Add LBRYLOG

This commit is contained in:
Ralph 2022-11-14 16:15:33 -05:00 committed by GitHub
parent 9f4844d5e5
commit 101eefa1a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,7 @@ void stratumlog(const char *format, ...);
void stratumlogdate(const char *format, ...); void stratumlogdate(const char *format, ...);
void clientlog(YAAMP_CLIENT *client, const char *format, ...); void clientlog(YAAMP_CLIENT *client, const char *format, ...);
void rejectlog(const char *format, ...); void rejectlog(const char *format, ...);
void lbrylog(const char *format, ...);
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////