diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-29 13:48:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-29 13:48:36 +0000 |
commit | d7579087f20948375132f67d68a985a5645c346e (patch) | |
tree | 71024caa96601cf872d6f7b8a6a71c980566c0af /src/hugehelp.h | |
parent | 3415ac3866aba39b1f4cb8bec4f9a546acf4f451 (diff) | |
download | curl-d7579087f20948375132f67d68a985a5645c346e.tar.gz |
use hugehelp.h to silence picky compiler warnings
Diffstat (limited to 'src/hugehelp.h')
-rw-r--r-- | src/hugehelp.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/hugehelp.h b/src/hugehelp.h new file mode 100644 index 000000000..d51bee02d --- /dev/null +++ b/src/hugehelp.h @@ -0,0 +1,26 @@ +#ifndef __HUGEHELP_H +#define __HUGEHELP_H +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + * $Id$ + ***************************************************************************/ +void hugehelp(void); +#endif |