mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-13 20:20:36 +00:00
10 lines
169 B
C
10 lines
169 B
C
|
|
#include <stdlib.h>
|
|
#include <proto/socket.h>
|
|
#include <amitcp/socketbasetags.h>
|
|
|
|
void closelog(void)
|
|
{
|
|
SocketBaseTags(SBTM_SETVAL(SBTC_LOGTAGPTR), NULL, TAG_DONE);
|
|
}
|