summaryrefslogtreecommitdiff
path: root/iceauth.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-05-17 13:50:05 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-05-17 13:50:05 -0700
commitc5e43b03ca7176907dd8d0d0964e0fd0460b9ff5 (patch)
tree4bd77fd9a80926a7466a67d80e3fe187c3823f52 /iceauth.h
parentb2761be7f786fe9fde424b4331479d3ac5082f16 (diff)
downloadiceauth-c5e43b03ca7176907dd8d0d0964e0fd0460b9ff5.tar.gz
ANSIfy function declarations
Diffstat (limited to 'iceauth.h')
-rw-r--r--iceauth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/iceauth.h b/iceauth.h
index 727a1a7..3013063 100644
--- a/iceauth.h
+++ b/iceauth.h
@@ -51,8 +51,8 @@ extern char *ProgramName;
extern int auth_initialize ( char *authfilename );
extern int auth_finalize ( void );
-extern int process_command ( char *inputfilename, int lineno, int argc, char **argv );
-extern int print_help ( FILE *fp, char *cmd );
+extern int process_command ( const char *inputfilename, int lineno, int argc, char **argv );
+extern int print_help ( FILE *fp, const char *cmd );
extern int verbose;
extern Bool ignore_locks;