owntone-server/src/dispatch.h

15 lines
284 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);
extern int daap_auth(WS_CONNINFO *pwsc, char *username, char *password);
extern void dispatch_stream_id(WS_CONNINFO *pwsc, int session, char *id);
2005-03-11 01:39:40 -05:00
#endif