From 41974ae5265fbc23a06f276f9e008d5dad020e0b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 30 Aug 2012 16:16:25 -0700 Subject: Rename files for C++ conversion. Does not compile. After updating, you can remove these files, as shown in 'git status': Untracked files: (use "git add ..." to include in what will be committed) src/map/magic-interpreter-lexer.c src/map/magic-interpreter-parser.c src/map/magic-interpreter-parser.h --- src/webserver/htmlstyle.c | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 src/webserver/htmlstyle.c (limited to 'src/webserver/htmlstyle.c') diff --git a/src/webserver/htmlstyle.c b/src/webserver/htmlstyle.c deleted file mode 100644 index 3007a24..0000000 --- a/src/webserver/htmlstyle.c +++ /dev/null @@ -1,45 +0,0 @@ -char output[10000]; - -char *html_header (char *title) -{ - memset (output, 0x0, 10000); - char *text = - "\n" - "
\n" - "\n" - "
\n" - "\"Athena\"\n" - "
\n" - "
\n"; - "\n" - "
" - "
" - "\n" - "To the Forum
\n" - "\n" - "" - "
\n" - "
\n" - "Athena « Portal »
\n"; - - sprintf (output, "%s\n%s\n", title, text); - - return output; -} - -char *html_start_form (char *location, char *action) -{ - memset (output, 0x0, 10000); - sprintf (output, "
", location, action); - return output; - -} - -char *html_end_forum (void) -{ - return "
"; -} -- cgit v1.2.3-70-g09d2