Files
ipxe/src/include/main.h
2005-04-08 15:01:17 +00:00

7 lines
78 B
C

#ifndef MAIN_H
#define MAIN_H
extern int main ( void );
#endif /* MAIN_H */