Skip to content

Commit

Permalink
Fix compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 769affd commit 1da7ac0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/parse_conf.h
Expand Up @@ -348,7 +348,6 @@ void init_resource(int type, RES_ITEM *item);
void save_resource(int type, RES_ITEM *item, int pass);
bool store_resource(int type, LEX *lc, RES_ITEM *item, int index, int pass);
const char *res_to_str(int rcode);
static const char *datatype_to_str(int type);

bool print_config_schema_json(POOL_MEM &buff);
bool print_res_item_schema_json(POOL_MEM &buff, int level, RES_ITEM *item );
Expand Down
1 change: 1 addition & 0 deletions src/lib/res.c
Expand Up @@ -31,6 +31,7 @@

/* Forward referenced subroutines */
static void scan_types(LEX *lc, MSGSRES *msg, int dest, char *where, char *cmd);
static const char *datatype_to_str(int type);

extern CONFIG *my_config; /* Our Global config */

Expand Down

0 comments on commit 1da7ac0

Please sign in to comment.