mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue