girara
config.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Zlib */
2 
3 #ifndef GIRARA_CONFIG_H
4 #define GIRARA_CONFIG_H
5 
6 #include "macros.h"
7 #include "types.h"
8 
15 void girara_config_parse(girara_session_t* session, const char* path) GIRARA_VISIBLE;
16 
25 bool girara_config_handle_add(girara_session_t* session, const char* identifier,
27 
28 #endif
girara_command_function_t
bool(* girara_command_function_t)(girara_session_t *session, girara_list_t *argument_list)
Definition: types.h:89
GIRARA_VISIBLE
#define GIRARA_VISIBLE
Definition: macros.h:54
types.h
macros.h
girara_config_handle_add
bool girara_config_handle_add(girara_session_t *session, const char *identifier, girara_command_function_t handle) GIRARA_VISIBLE
girara_config_parse
void girara_config_parse(girara_session_t *session, const char *path) GIRARA_VISIBLE