Update copyrights to 2021, using "make update-copyright"
[tor.git] / src / lib / encoding / keyval.h
bloba5ba14ace922c4cd37520d3a1f8aa32e53fefc8b
1 /* Copyright (c) 2003, Roger Dingledine
2 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
3 * Copyright (c) 2007-2021, The Tor Project, Inc. */
4 /* See LICENSE for licensing information */
6 /**
7 * \file keyval.h
9 * \brief Header for keyval.c
10 **/
12 #ifndef TOR_KEYVAL_H
13 #define TOR_KEYVAL_H
15 int string_is_key_value(int severity, const char *string);
17 #endif /* !defined(TOR_KEYVAL_H) */