[pedantic] Declare abis_nm_bs11_reset_resource to avoid a warning in bsc_hack.c

This command is BS11 specific and was put in the appropriate section
of the header file.
This commit is contained in:
Holger Freyther 2009-01-27 19:00:44 +00:00
parent 0c2bb5ea23
commit 245c534806
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ int abis_nm_reset_resource(struct gsm_bts *bts);
int abis_nm_software_load(struct gsm_bts *bts, const char *fname, u_int8_t win);
/* Siemens / BS-11 specific */
int abis_nm_bs11_reset_resource(struct gsm_bts *bts);
int abis_nm_bs11_db_transmission(struct gsm_bts *bts, int begin);
int abis_nm_bs11_create_object(struct gsm_bts *bts, enum abis_bs11_objtype type,
u_int8_t idx, u_int8_t attr_len, const u_int8_t *attr);