aboutsummaryrefslogtreecommitdiff
path: root/src/feature/nodelist/nickname.h
blob: 11c6416f3afe9444418bb8d0672ede9936204487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Copyright (c) 2001 Matej Pfajfar.
 * Copyright (c) 2001-2004, Roger Dingledine.
 * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
 * Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */

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

#ifndef TOR_NICKNAME_H
#define TOR_NICKNAME_H

int is_legal_nickname(const char *s);
int is_legal_nickname_or_hexdigest(const char *s);
int is_legal_hexdigest(const char *s);

#endif /* !defined(TOR_NICKNAME_H) */