diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-21 09:21:04 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-02-21 09:21:04 +0000 |
commit | 5200606baac835b247944f41763210a2880286b4 (patch) | |
tree | 697e7d57a37110055e37dac9344995cc26d93cc6 /src/cli.gaa | |
parent | e32cf64df1c48e6f5a6fe2a07233d7a510dc8810 (diff) | |
download | gnutls-5200606baac835b247944f41763210a2880286b4.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/cli.gaa')
-rw-r--r-- | src/cli.gaa | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cli.gaa b/src/cli.gaa index bf3e477065..8c16f35002 100644 --- a/src/cli.gaa +++ b/src/cli.gaa @@ -50,3 +50,8 @@ init { $resume=0; $port=5556; $rest_args=NULL; $nrest_args=0; $ciphers=NULL; $nkx=0; $ncomp=0; $nmacs=0; $nctype = 0; $record_size=0; $fingerprint=0; } +## + +/* C declarations */ + +#include <common.h> |