X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=read_config_file.h;h=5a72a05f22bbb63daaf7690acb6aa9760c7652e1;hb=f71cef801afe8166c389a2a851fdf2ed494b3eb7;hp=7c602539d8693d8cd0f6526b82bd7c16fab1278e;hpb=689b9dbb8d7f88ab91e7741932ed000b6e49be9a;p=platform%2Fupstream%2Fltrace.git diff --git a/read_config_file.h b/read_config_file.h index 7c60253..5a72a05 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 */