summaryrefslogtreecommitdiff
path: root/comsat/comsat.h
diff options
context:
space:
mode:
Diffstat (limited to 'comsat/comsat.h')
-rw-r--r--comsat/comsat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/comsat/comsat.h b/comsat/comsat.h
index e74981bf1..1c1f8a3b7 100644
--- a/comsat/comsat.h
+++ b/comsat/comsat.h
@@ -59,9 +59,9 @@ extern time_t request_control_interval;
extern time_t overflow_control_interval;
extern time_t overflow_delay_time;
extern int maxlines;
-extern char *username;
+extern const char *username;
extern char hostname[];
-extern void read_config (char *config_file);
+extern void read_config (const char *config_file);
int acl_match (struct sockaddr_in *sa_in);
-void run_user_action (FILE *tty, char *cr, message_t msg);
+void run_user_action (FILE *tty, const char *cr, message_t msg);

Return to:

Send suggestions and report system problems to the System administrator.