diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-23 22:41:13 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-08-23 22:41:13 +0200 |
commit | d8744f9b77a98183ca4ecc6e0be5ce9a6e92ede0 (patch) | |
tree | 964338b93fd226198ef12a4cbd796e57db7187d0 /src/irmd/apn_table.h | |
parent | 7c19363bc062efd52f54cc76a06685f9a9a757b5 (diff) | |
parent | b1eba5880803f8981d80ff452a2121407360e3d4 (diff) | |
download | ouroboros-d8744f9b77a98183ca4ecc6e0be5ce9a6e92ede0.tar.gz ouroboros-d8744f9b77a98183ca4ecc6e0be5ce9a6e92ede0.zip |
Merged in dstaesse/ouroboros/be-bugfixing (pull request #220)
irmd: Fix wrong lookup
Diffstat (limited to 'src/irmd/apn_table.h')
-rw-r--r-- | src/irmd/apn_table.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irmd/apn_table.h b/src/irmd/apn_table.h index 88a2548a..fd0fb1de 100644 --- a/src/irmd/apn_table.h +++ b/src/irmd/apn_table.h @@ -59,4 +59,7 @@ void apn_table_del(struct list_head * apn_table, struct apn_entry * apn_table_get(struct list_head * apn_table, char * ap); +struct apn_entry * apn_table_get_by_apn(struct list_head * apn_table, + char * apn); + #endif /* OUROBOROS_IRMD_APN_TABLE_H */ |