httpdirfs/src/sonic.h

16 lines
284 B
C
Raw Normal View History

#ifndef SONIC_H
#define SONIC_H
/**
* \file sonic.h
* \brief Subsonic related function
*/
#include "link.h"
/**
* \brief Initialise SubSonic configuration.
*/
void sonic_config_init(const char *server, const char *username,
const char *password);
#endif