mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
ig_module_build_path() prototype was missing..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1223 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
657defae1d
commit
2517c4099a
@ -16,6 +16,7 @@ GString *ig_string_new(const char *file, int line, const char *str);
|
||||
void ig_string_free(const char *file, int line, GString *str, int freeit);
|
||||
char *ig_strjoinv(const char *file, int line, const char *sepa, char **array);
|
||||
char *ig_dirname(const char *file, int line, const char *fname);
|
||||
char *ig_module_build_path(const char *file, int line, const char *dir, const char *module);
|
||||
|
||||
#define g_malloc(a) ig_malloc(a, __FILE__, __LINE__)
|
||||
#define g_malloc0(a) ig_malloc0(a, __FILE__, __LINE__)
|
||||
|
Loading…
Reference in New Issue
Block a user