summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-05-25 19:56:15 +0200
committerWerner Koch <wk@gnupg.org>1999-05-25 19:56:15 +0200
commit9a2ce9b3910750a217fdda34a8fb5613fbcda905 (patch)
treeb61a49c4c7c736fa919bc18dfc34dd5dade86d8d /include
parentSee ChangeLog: Sun May 23 20:25:57 CEST 1999 Werner Koch (diff)
downloadgnupg2-9a2ce9b3910750a217fdda34a8fb5613fbcda905.tar.xz
gnupg2-9a2ce9b3910750a217fdda34a8fb5613fbcda905.zip
See ChangeLog: Tue May 25 19:50:32 CEST 1999 Werner Koch
Diffstat (limited to 'include')
-rw-r--r--include/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h
index 35cc8fe3a..f62f34de8 100644
--- a/include/util.h
+++ b/include/util.h
@@ -152,7 +152,7 @@ u32 add_days_to_timestamp( u32 stamp, u16 days );
const char *strtimevalue( u32 stamp );
const char *strtimestamp( u32 stamp ); /* GMT */
const char *asctimestamp( u32 stamp ); /* localized */
-void print_string( FILE *fp, byte *p, size_t n, int delim );
+void print_string( FILE *fp, const byte *p, size_t n, int delim );
int answer_is_yes( const char *s );
/*-- strgutil.c --*/