owntone-server/src/dispatch.h

12 lines
166 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);
extern int daap_auth(char *username, char *password);
#endif