diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-04-15 14:04:47 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2004-04-15 14:04:47 +0000 |
commit | 826195fcec8b98b6e021315fbb60f36721e2f124 (patch) | |
tree | ab5b59e6b28259f540e4b0242b8ea72e364a5736 /src/tls_test-gaa.h | |
parent | f72ace13f7340934bb02a72212ee6521fa7ab55c (diff) | |
download | gnutls-826195fcec8b98b6e021315fbb60f36721e2f124.tar.gz |
Some updates in order to compile with tcc.
Diffstat (limited to 'src/tls_test-gaa.h')
-rw-r--r-- | src/tls_test-gaa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls_test-gaa.h b/src/tls_test-gaa.h index 1bdfc00f56..e9ba5f27b0 100644 --- a/src/tls_test-gaa.h +++ b/src/tls_test-gaa.h @@ -29,7 +29,7 @@ extern "C" void gaa_help(void); - int gaa_file(char *name, gaainfo *gaaval); + int gaa_file(const char *name, gaainfo *gaaval); #ifdef __cplusplus } |