1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r23077: Minor cleanup

This commit is contained in:
Volker Lendecke 2007-05-22 14:31:26 +00:00 committed by Gerald (Jerry) Carter
parent 86b6a41d57
commit 72ed838825

View File

@ -82,10 +82,6 @@ static void sig_usr1(void)
sys_select_signal(SIGUSR1); sys_select_signal(SIGUSR1);
} }
static NTSTATUS messaging_tdb_send(TDB_CONTEXT *msg_tdb,
struct server_id pid, int msg_type,
const void *buf, size_t len);
/**************************************************************************** /****************************************************************************
A useful function for testing the message system. A useful function for testing the message system.
****************************************************************************/ ****************************************************************************/