Skip to content
Snippets Groups Projects
Commit c36996c5 authored by Miguel Coelho dos Santos's avatar Miguel Coelho dos Santos Committed by Steven Murray
Browse files

Added a "multi" version of confent and confent_fromfile that returns the...

Added a "multi" version of confent and confent_fromfile that returns the results in an array of strings.
The new functions are confent_multi and confent_multi_fromfile and they both use confent_parser (also new).
parent 7c17bc55
No related branches found
Tags v0.0-85
No related merge requests found
/*
* $Id: getconfent.h,v 1.2 2005/05/23 08:49:46 mmarques Exp $
* $Id: getconfent.h,v 1.3 2005/05/23 09:06:40 mmarques Exp $
*/
#ifndef __getconfent_h
......@@ -11,6 +11,6 @@ EXTERN_C char DLL_DECL *getconfent _PROTO((char *, char *, int));
EXTERN_C char DLL_DECL *getconfent_fromfile _PROTO((char *, char *, char *, int));
EXTERN_C int DLL_DECL getconfent_multi _PROTO((char *, char *, int, char ***, int **));
EXTERN_C int DLL_DECL getconfent_multi_fromfile _PROTO((char *, char *, char *, int, char ***, int **));
EXTERN_C int DLL_DECL getcontent_parser _PROTO((char **, char ***, int **));
EXTERN_C int DLL_DECL getconfent_parser _PROTO((char **, char ***, int **));
#endif /* __getconfent_h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment