diff options
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h index 0e24566e..442c483f 100644 --- a/src/projects.h +++ b/src/projects.h @@ -400,6 +400,7 @@ size_t pj_ctx_fread(projCtx ctx, void *buffer, size_t size, size_t nmemb, PAFile int pj_ctx_fseek(projCtx ctx, PAFile file, long offset, int whence); long pj_ctx_ftell(projCtx ctx, PAFile file); void pj_ctx_fclose(projCtx ctx, PAFile file); +char *pj_ctx_fgets(projCtx ctx, char *line, int size, PAFile file); /* procedure prototypes */ double dmstor(const char *, char **); |
