1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Fix FTBFS with GCC 15
Author: Adrian Bunk <bunk@debian.org>
Bug-Debian: https://bugs.debian.org/1097222
--- libkysdk-base-2.2.0.2.orig/src/log/format.h
+++ libkysdk-base-2.2.0.2/src/log/format.h
@@ -46,7 +46,7 @@ extern PrintFormat klog_printformat;
#endif
extern int getRecordDate(char* date) NOTNULL();
-extern void loadFormatOptions();
+extern void loadFormatOptions(int id);
extern int formatMessage(int lvl , const char *filename , const char *func , int linenum , const char *message , char* result , unsigned int resultSize) NOTNULL();
#endif
|