girara
config.h
Go to the documentation of this file.
00001 /* See LICENSE file for license and copyright information */
00002 
00003 #ifndef GIRARA_CONFIG_H
00004 #define GIRARA_CONFIG_H
00005 
00006 #include "types.h"
00007 
00014 void girara_config_parse(girara_session_t* session, const char* path);
00015 
00024 bool girara_config_handle_add(girara_session_t* session, const char* identifier,
00025     girara_command_function_t handle);
00026 
00027 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines