diff options
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 737ae945715..030528c0327 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1,3 +1,5 @@ +#ifndef _PROTO_H_ +#define _PROTO_H_ /* This file is automatically generated with "make proto". DO NOT EDIT */ @@ -2115,3 +2117,4 @@ void status_page(void); /*The following definitions come from web/swat.c */ int main(int argc, char *argv[]); +#endif /* _PROTO_H_ */ |