aboutsummaryrefslogtreecommitdiff
path: root/src/anubisadm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/anubisadm.h')
-rw-r--r--src/anubisadm.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/anubisadm.h b/src/anubisadm.h
index ccc77e5..6ac250f 100644
--- a/src/anubisadm.h
+++ b/src/anubisadm.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNU Anubis 2 This file is part of GNU Anubis
3 Copyright (C) 2004-2014 The Anubis Team. 3 Copyright (C) 2004-2024 The Anubis Team.
4 4
5 GNU Anubis is free software; you can redistribute it and/or modify it 5 GNU Anubis is free software; you can redistribute it and/or modify it
6 under the terms of the GNU General Public License as published by the 6 under the terms of the GNU General Public License as published by the
@@ -26,10 +26,10 @@
26 26
27typedef int (*operation_fp) (int, char **); 27typedef int (*operation_fp) (int, char **);
28 28
29char *authid; 29extern char *authid;
30char *username; 30extern char *username;
31char *rcfile; 31extern char *rcfile;
32char *password; 32extern char *password;
33 33
34int op_create (int argc, char **argv); 34int op_create (int argc, char **argv);
35int op_list (int argc, char **argv); 35int op_list (int argc, char **argv);

Return to:

Send suggestions and report system problems to the System administrator.