include/pc_commands.h
/* [<][>][^][v][top][bottom][index][help] */
FUNCTIONS
This source file includes following functions.
1 /******************
2 Copyright (c) 2002 RIPE NCC
3
4 All Rights Reserved
5
6 Permission to use, copy, modify, and distribute this software and its
7 documentation for any purpose and without fee is hereby granted,
8 provided that the above copyright notice appear in all copies and that
9 both that copyright notice and this permission notice appear in
10 supporting documentation, and that the name of the author not be
11 used in advertising or publicity pertaining to distribution of the
12 software without specific, written prior permission.
13
14 THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
15 ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL
16 AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
17 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
18 AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20 ***************************************/
21
22 /*
23 * Forward declarations
24 */
25 int command_help(char *input, GString *output, sk_conn_st *condat);
26 int command_purify(char *input, GString *output, sk_conn_st *condat);
27 int command_quit(char *input, GString *output, sk_conn_st *condat);
28 int command_set(char *input, GString *output, sk_conn_st *condat);
29 int command_show(char *input, GString *output, sk_conn_st *condat);
30 int command_stop(char *input, GString *output, sk_conn_st *condat);
31 int set_acl(char *input, GString *output, sk_conn_st *condat);
32 int set_const(char *input, GString *output, sk_conn_st *condat);
33 int set_consts(char *input, GString *output, sk_conn_st *condat);
34 int set_counter(char *input, GString *output, sk_conn_st *condat);
35 int set_err(char *input, GString *output, sk_conn_st *condat);
36 int set_macro(char *input, GString *output, sk_conn_st *condat);
37 int set_nodeny(char *input, GString *output, sk_conn_st *condat);
38 int set_props(char *input, GString *output, sk_conn_st *condat);
39 int set_updates(char *input, GString *output, sk_conn_st *condat);
40 int set_queries(char *input, GString *output, sk_conn_st *condat);
41 int set_initrx(char *input, GString *output, sk_conn_st *condat);
42 int show_access(char *input, GString *output, sk_conn_st *condat);
43 int show_acl(char *input, GString *output, sk_conn_st *condat);
44 int show_const(char *input, GString *output, sk_conn_st *condat);
45 int show_consts(char *input, GString *output, sk_conn_st *condat);
46 int show_err(char *input, GString *output, sk_conn_st *condat);
47 int show_macros(char *input, GString *output, sk_conn_st *condat);
48 int show_props(char *input, GString *output, sk_conn_st *condat);
49 int show_threads(char *input, GString *output, sk_conn_st *condat);
50 int show_whois(char *input, GString *output, sk_conn_st *condat);
51 int show_uptime(char *input, GString *output, sk_conn_st *condat);
52 int stop_query(char *input, GString *output, sk_conn_st *condat);