Skip to content
Snippets Groups Projects
Commit bfe0fd57 authored by Olof Barring's avatar Olof Barring
Browse files

Add some new protos from rtcpcldcommon.c

parent d7595024
Branches
Tags
No related merge requests found
......@@ -54,6 +54,20 @@ void rtcpcld_extlog _PROTO((
int rtcpcld_initNotify _PROTO((
SOCKET **
));
int rtcpcld_initNotifyByPort _PROTO((
SOCKET **,
int *
));
int rtcpcld_getNotifyWithAddr _PROTO((
SOCKET,
char *
));
int rtcpcld_getNotify _PROTO((
SOCKET
));
int rtcpcld_sendNotify _PROTO((
char *
));
int rtcpcld_getNotify _PROTO((SOCKET));
int rtcpcld_getVIDsToDo _PROTO((
tape_list_t ***,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment