diff options
author | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:34:41 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2012-12-26 23:34:41 +0100 |
commit | 311151beab0e260818339bcff183dd8bd1c52dfa (patch) | |
tree | 2977f164ecbe345e10f8e73c9926d7afc4c5baee /src/tool_hugehelp.c.cvs | |
parent | ae2a2c99317a611b5b6a4780df1a907a241de91b (diff) | |
download | curl-311151beab0e260818339bcff183dd8bd1c52dfa.tar.gz |
curl tool: rename hugehelp files to tool_hugehelp
Diffstat (limited to 'src/tool_hugehelp.c.cvs')
-rw-r--r-- | src/tool_hugehelp.c.cvs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tool_hugehelp.c.cvs b/src/tool_hugehelp.c.cvs new file mode 100644 index 000000000..1c1697d73 --- /dev/null +++ b/src/tool_hugehelp.c.cvs @@ -0,0 +1,6 @@ +#include "tool_setup.h" +#include "tool_hugehelp.h" +void hugehelp(void) +{ + puts ( "This is a silly replacement for the actual file."); +} |