Skip to content

Commit 4787183

Browse files
committed
Fix warnings about default types
1 parent 468effb commit 4787183

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libhttpd/api.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ httpdAddCContent(server, dir, name, indexFlag, preload, function)
599599
httpd *server;
600600
char *dir;
601601
char *name;
602+
int indexFlag;
602603
int (*preload) ();
603604
void (*function) ();
604605
{
@@ -650,6 +651,7 @@ httpdAddStaticContent(server, dir, name, indexFlag, preload, data)
650651
httpd *server;
651652
char *dir;
652653
char *name;
654+
int indexFlag;
653655
int (*preload) ();
654656
char *data;
655657
{

0 commit comments

Comments
 (0)