owntone-server/src/dispatch.h

12 lines
182 B
C
Raw Normal View History

2005-03-11 01:39:40 -05:00
/*
* $Id$
*/
#ifndef _DISPATCH_H_
#define _DISPATCH_H_
extern void daap_handler(WS_CONNINFO *pwsc);
2006-04-16 01:14:22 -04:00
extern int daap_auth(char *hostname, char *username, char *password);
2005-03-11 01:39:40 -05:00
#endif