X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=read_config_file.h;h=19351be7a476b043705424e95d3b7707d36aee3b;hb=ccd9f24a3eb74dbc884c21859b1aaa141834528d;hp=7c602539d8693d8cd0f6526b82bd7c16fab1278e;hpb=689b9dbb8d7f88ab91e7741932ed000b6e49be9a;p=platform%2Fupstream%2Fltrace.git diff --git a/read_config_file.h b/read_config_file.h index 7c60253..19351be 100644 --- a/read_config_file.h +++ b/read_config_file.h @@ -18,6 +18,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA * 02110-1301 USA */ +#ifndef _READ_CONFIG_FILE_H_ +#define _READ_CONFIG_FILE_H_ -extern void read_config_file(char *); -extern void init_global_config(void); +#include "forward.h" + +int read_config_file(FILE *stream, const char *name, struct protolib *plib); + +#endif /* _READ_CONFIG_FILE_H_ */