Explorar o código

make private functions static in the FxT initialization code.

Cédric Augonnet %!s(int64=16) %!d(string=hai) anos
pai
achega
3227abedd1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/common/fxt.c

+ 2 - 2
src/common/fxt.c

@@ -21,12 +21,12 @@
 static char PROF_FILE_USER[128];
 static int fxt_started = 0;
 
-void profile_stop(void)
+static void profile_stop(void)
 {
 	fut_endup(PROF_FILE_USER);
 }
 
-void profile_set_tracefile(char *fmt, ...)
+static void profile_set_tracefile(char *fmt, ...)
 {
 	va_list vl;