radius_xlat should return size_t
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 1 Dec 2012 12:34:28 +0000 (12:34 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 1 Dec 2012 12:34:28 +0000 (12:34 +0000)
src/main/radmin.c

index 5ca7757..cb2efb4 100644 (file)
@@ -94,9 +94,9 @@ int debug_flag = 0;
 struct main_config_t mainconfig;
 char *request_log_file = NULL;
 char *debug_log_file = NULL;
-int radius_xlat(UNUSED char *out, UNUSED int outlen, UNUSED const char *fmt,
-               UNUSED REQUEST *request,
-               UNUSED RADIUS_ESCAPE_STRING func, UNUSED void *arg)
+size_t radius_xlat(UNUSED char *out, UNUSED int outlen, UNUSED const char *fmt,
+                  UNUSED REQUEST *request,
+                  UNUSED RADIUS_ESCAPE_STRING func, UNUSED void *arg)
 {
        return -1;
 }