aboutsummaryrefslogtreecommitdiff
path: root/src/lib/encoding/keyval.h
blob: b4966b01deafdd727c4607d6f54b81855b25484f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright (c) 2003, Roger Dingledine
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file keyval.h
 *
 * \brief Header for keyval.c
 **/

#ifndef TOR_KEYVAL_H
#define TOR_KEYVAL_H

int string_is_key_value(int severity, const char *string);

#endif /* !defined(TOR_KEYVAL_H) */