Skip to content

Commit c8cf6fd

Browse files
Merge pull request #37 from LarryLaffer-dev/auth_aka_cluster
auth: Add forward declaration for aka_av_insert function
2 parents b9bf713 + c20db0a commit c8cf6fd

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)