aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wydawca.c1
-rw-r--r--src/wydawca.h3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wydawca.c b/src/wydawca.c
index 171b97b..bda3065 100644
--- a/src/wydawca.c
+++ b/src/wydawca.c
@@ -18,6 +18,7 @@
#include "mail.h"
#include "argmatch.h"
+char *program_name;
uid_t wydawca_uid;
gid_t wydawca_gid;
size_t wydawca_supp_groupc;
diff --git a/src/wydawca.h b/src/wydawca.h
index 030b16f..7b9875f 100644
--- a/src/wydawca.h
+++ b/src/wydawca.h
@@ -51,9 +51,7 @@
#include "obstack.h"
#include "error.h"
#include "xalloc.h"
-#include "progname.h"
#include "backupfile.h"
-#include "inttostr.h"
#include "grecs.h"
#include "wordsplit.h"
@@ -317,6 +315,7 @@ const char *expand_email_owner (struct metadef *def, void *data);
/* Global variables */
+extern char *program_name;
extern uid_t wydawca_uid;
extern gid_t wydawca_gid;
extern size_t wydawca_supp_groupc;

Return to:

Send suggestions and report system problems to the System administrator.