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,9 +1,9 @@
/*
This file is part of GNU Anubis
- Copyright (C) 2004-2014 The Anubis Team.
+ Copyright (C) 2004-2024 The Anubis Team.
GNU Anubis is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
@@ -23,16 +23,16 @@
#include "headers.h"
#include "extern.h"
#include "getopt.h"
typedef int (*operation_fp) (int, char **);
-char *authid;
-char *username;
-char *rcfile;
-char *password;
+extern char *authid;
+extern char *username;
+extern char *rcfile;
+extern char *password;
int op_create (int argc, char **argv);
int op_list (int argc, char **argv);
int op_add (int argc, char **argv);
int op_modify (int argc, char **argv);
int op_remove (int argc, char **argv);

Return to:

Send suggestions and report system problems to the System administrator.