owntone-server/src/dispatch.h

15 lines
284 B
C

/*
* $Id$
*/
#ifndef _DISPATCH_H_
#define _DISPATCH_H_
#include "db-generic.h"
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);
#endif