File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -257,13 +257,6 @@ extern _X_EXPORT void
257257LogMessage (MessageType type , const char * format , ...)
258258_X_ATTRIBUTE_PRINTF (2 , 3 );
259259
260- extern _X_EXPORT void
261- LogHdrMessageVerb (MessageType type , int verb ,
262- const char * msg_format , va_list msg_args ,
263- const char * hdr_format , ...)
264- _X_ATTRIBUTE_PRINTF (3 , 0 )
265- _X_ATTRIBUTE_PRINTF (5 , 6 );
266-
267260extern _X_EXPORT void
268261FatalError (const char * f , ...)
269262_X_ATTRIBUTE_PRINTF (1 , 2 )
Original file line number Diff line number Diff line change @@ -94,4 +94,10 @@ extern const char *xorgSyslogIdent;
9494 */
9595void LogPrintMarkers (void );
9696
97+ void LogHdrMessageVerb (MessageType type , int verb ,
98+ const char * msg_format , va_list msg_args ,
99+ const char * hdr_format , ...)
100+ _X_ATTRIBUTE_PRINTF (3 , 0 )
101+ _X_ATTRIBUTE_PRINTF (5 , 6 );
102+
97103#endif /* __XORG_OS_LOGGING_H */
You can’t perform that action at this time.
0 commit comments