curl tool: rename hugehelp files to tool_hugehelp

This commit is contained in:
Yang Tse
2012-12-26 23:34:41 +01:00
parent ae2a2c9931
commit 311151beab
2 changed files with 0 additions and 0 deletions

6
src/tool_hugehelp.c.cvs Normal file
View File

@@ -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.");
}