Pārlūkot izejas kodu

uac: updates to fix compile time warnings

Daniel-Constantin Mierla 8 gadi atpakaļ
vecāks
revīzija
f0609372d5
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      src/modules/uac/uac.c

+ 1 - 2
src/modules/uac/uac.c

@@ -98,7 +98,6 @@ static int w_uac_auth(struct sip_msg* msg, char* str, char* str2);
 static int w_uac_reg_lookup(struct sip_msg* msg, char* src, char* dst);
 static int w_uac_reg_status(struct sip_msg* msg, char* src, char* dst);
 static int w_uac_reg_request_to(struct sip_msg* msg, char* src, char* mode_s);
-static int fixup_replace_uri(void** param, int param_no);
 static int mod_init(void);
 static void mod_destroy(void);
 static int child_init(int rank);
@@ -734,4 +733,4 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2)
 {
 	sr_kemi_modules_add(sr_kemi_uac_exports);
 	return 0;
-}
+}