]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/debug.c
Move away from using __attribute__ directly (Issue #5349)
[thirdparty/cups.git] / cups / debug.c
index d2069271a07972af34333826de1359acbbf8a0a2..a52fbd1031e713490935a39a0a01467983a6d38c 100644 (file)
@@ -77,7 +77,7 @@ debug_thread_id(void)
  * '_cups_debug_printf()' - Write a formatted line to the log.
  */
 
-void DLLExport
+void
 _cups_debug_printf(const char *format, /* I - Printf-style format string */
                    ...)                        /* I - Additional arguments as needed */
 {
@@ -162,7 +162,7 @@ _cups_debug_printf(const char *format,      /* I - Printf-style format string */
  * '_cups_debug_puts()' - Write a single line to the log.
  */
 
-void DLLExport
+void
 _cups_debug_puts(const char *s)                /* I - String to output */
 {
   struct timeval       curtime;        /* Current time */
@@ -242,7 +242,7 @@ _cups_debug_puts(const char *s)             /* I - String to output */
  * '_cups_debug_set()' - Enable or disable debug logging.
  */
 
-void DLLExport
+void
 _cups_debug_set(const char *logfile,   /* I - Log file or NULL */
                 const char *level,     /* I - Log level or NULL */
                const char *filter,     /* I - Filter string or NULL */