owntone-server/src/dispatch.h

15 lines
286 B
C
Raw Normal View History

2005-03-11 01:39:40 -05:00
/*
* $Id$
*/
#ifndef _DISPATCH_H_
#define _DISPATCH_H_
2006-04-21 02:43:41 -04:00
#include "db-generic.h"
2005-03-11 01:39:40 -05:00
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);
2006-04-21 02:43:41 -04:00
extern void dispatch_stream_id(WS_CONNINFO *pwsc, DBQUERYINFO *pqi, char *id);
2005-03-11 01:39:40 -05:00
#endif