summaryrefslogtreecommitdiff
path: root/src/tool_hugehelp.c.cvs
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-12-26 23:34:41 +0100
committerYang Tse <yangsita@gmail.com>2012-12-26 23:34:41 +0100
commit311151beab0e260818339bcff183dd8bd1c52dfa (patch)
tree2977f164ecbe345e10f8e73c9926d7afc4c5baee /src/tool_hugehelp.c.cvs
parentae2a2c99317a611b5b6a4780df1a907a241de91b (diff)
downloadcurl-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.cvs6
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.");
+}