source: roaraudio/libroar/auth.c @ 0:2a41d2f42394

Last change on this file since 0:2a41d2f42394 was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 201 bytes
Line 
1//auth.c:
2
3#include "libroar.h"
4
5int roar_auth   (struct roar_connection * con) {
6 struct roar_message mes;
7
8 mes.cmd     = ROAR_CMD_AUTH;
9 mes.datalen = 0;
10
11 return roar_req(con, &mes, NULL);
12}
13
14//ll
Note: See TracBrowser for help on using the repository browser.