Skip to content

Commit c20db0a

Browse files
auth: Add forward declaration for aka_av_insert function
1 parent 89e5089 commit c20db0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/auth_aka/aka_av_mgm.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
static gen_hash_t *aka_users;
3131
OSIPS_LIST_HEAD(aka_av_managers);
3232

33+
/* Forward declaration for static functions */
34+
static void aka_av_insert(struct aka_user *user, struct aka_av *av);
35+
3336
/* CacheDB AV TTL (set from pending_timeout) */
3437
static int aka_cdb_av_ttl = 30;
3538

0 commit comments

Comments
 (0)