Last change
on this file since 27520 was
4778,
checked in by jonb, 12 years ago
|
planetdiff: Version 0.3. Ignore objects which only differ by timestamp. Turn off UTF8sanitizer. Whitelist planet.c. Prevent null de-ref if generator string is not present
|
File size:
269 bytes
|
Line | |
---|
1 | #ifndef INPUT_H |
---|
2 | #define INPUT_H |
---|
3 | |
---|
4 | int readFile(void *context, char * buffer, int len); |
---|
5 | int inputClose(void *context); |
---|
6 | void *inputOpen(const char *name); |
---|
7 | char inputGetChar(void *context); |
---|
8 | int inputEof(void *context); |
---|
9 | xmlTextReaderPtr inputUTF8(const char *name); |
---|
10 | |
---|
11 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.