summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/main.c')
-rw-r--r--apps/examples/thttpd/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/thttpd/main.c b/apps/examples/thttpd/main.c
index ab69c60b2..4f8315d95 100644
--- a/apps/examples/thttpd/main.c
+++ b/apps/examples/thttpd/main.c
@@ -166,10 +166,10 @@ int g_thttpdnsymbols;
****************************************************************************/
/****************************************************************************
- * user_start
+ * thttp_main
****************************************************************************/
-int user_start(int argc, char *argv[])
+int thttp_main(int argc, char *argv[])
{
struct in_addr addr;
#ifdef CONFIG_EXAMPLE_THTTPD_NOMAC