"No previous prototype for unique_detach"
authorpacman <pacman>
Tue, 17 Oct 2000 23:24:37 +0000 (23:24 +0000)
committerpacman <pacman>
Tue, 17 Oct 2000 23:24:37 +0000 (23:24 +0000)
src/modules/rlm_acct_unique/rlm_acct_unique.c

index 3fcebdb..42e627f 100644 (file)
@@ -194,7 +194,7 @@ int unique_parse_key(char *key) {
        return 0;
 }
 
-int unique_detach(void *instance) {
+static int unique_detach(void *instance) {
        struct unique_config_t *inst = instance;
        struct unique_attr_list *next = inst->head;