Parent Directory
|
Revision Log
hook parser and dumper into main loop, seems to loop and hog all mem tho, a case for the debugger...
| 1 | /*- |
| 2 | * $FreeWRT$ |
| 3 | *- |
| 4 | * This file is part of the FreeWRT project. FreeWRT is copyrighted |
| 5 | * material, please see the LICENCE file in the top-level directory |
| 6 | * or at http://www.freewrt.org/licence for details. |
| 7 | */ |
| 8 | |
| 9 | #ifndef NFOTISER_EXTERN_H |
| 10 | #define NFOTISER_EXTERN_H |
| 11 | |
| 12 | #define NFOTISER |
| 13 | #include "dbif.h" |
| 14 | #include "nfotiser.h" |
| 15 | |
| 16 | __BEGIN_DECLS |
| 17 | /* dbscheme.S */ |
| 18 | extern const char dbscheme[]; |
| 19 | /* pfile.c */ |
| 20 | extern void pfile(const char *); |
| 21 | __END_DECLS |
| 22 | |
| 23 | #endif |
| root@freewrt.org:443 | ViewVC Help |
| Powered by ViewVC 1.1.20 |