Tor 0.4.9.0-alpha-dev
keyval.h
Go to the documentation of this file.
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 */
5
6/**
7 * \file keyval.h
8 *
9 * \brief Header for keyval.c
10 **/
11
12#ifndef TOR_KEYVAL_H
13#define TOR_KEYVAL_H
14
15int string_is_key_value(int severity, const char *string);
16
17#endif /* !defined(TOR_KEYVAL_H) */
int string_is_key_value(int severity, const char *string)
Definition: keyval.c:25