mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-09 05:53:23 -05:00
12 lines
166 B
C
12 lines
166 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef _DISPATCH_H_
|
|
#define _DISPATCH_H_
|
|
|
|
extern void daap_handler(WS_CONNINFO *pwsc);
|
|
extern int daap_auth(char *username, char *password);
|
|
|
|
#endif
|