Skip to content

Commit

Permalink
Fix warnings about default types
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaas committed Apr 8, 2015
1 parent 468effb commit 4787183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libhttpd/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ httpdAddCContent(server, dir, name, indexFlag, preload, function)
httpd *server;
char *dir;
char *name;
int indexFlag;
int (*preload) ();
void (*function) ();
{
Expand Down Expand Up @@ -650,6 +651,7 @@ httpdAddStaticContent(server, dir, name, indexFlag, preload, data)
httpd *server;
char *dir;
char *name;
int indexFlag;
int (*preload) ();
char *data;
{
Expand Down

0 comments on commit 4787183

Please sign in to comment.