mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
Rename mdns_avahi.h to mdns.h
This commit is contained in:
parent
33d51f0652
commit
7ba3b23f63
@ -43,7 +43,7 @@ forked_daapd_SOURCES = main.c \
|
||||
conffile.c conffile.h \
|
||||
filescanner.c filescanner.h \
|
||||
filescanner_ffmpeg.c filescanner_urlfile.c filescanner_m3u.c $(ITUNESSRC) \
|
||||
mdns_avahi.c mdns_avahi.h \
|
||||
mdns_avahi.c mdns.h \
|
||||
remote_pairing.c remote_pairing.h \
|
||||
evhttp/http.c evhttp/evhttp.h \
|
||||
evhttp/http-internal.h evhttp/log.h \
|
||||
|
@ -61,7 +61,7 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL;
|
||||
#include "misc.h"
|
||||
#include "filescanner.h"
|
||||
#include "httpd.h"
|
||||
#include "mdns_avahi.h"
|
||||
#include "mdns.h"
|
||||
#include "remote_pairing.h"
|
||||
#include "player.h"
|
||||
#include "ffmpeg_url_evbuffer.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef __MDNS_AVAHI_H__
|
||||
#define __MDNS_AVAHI_H__
|
||||
#ifndef __MDNS_H__
|
||||
#define __MDNS_H__
|
||||
|
||||
#include <avahi-common/strlst.h>
|
||||
|
||||
@ -20,4 +20,4 @@ mdns_register(char *name, char *type, int port, char **txt);
|
||||
int
|
||||
mdns_browse(char *type, mdns_browse_cb cb);
|
||||
|
||||
#endif /* !__MDNS_AVAHI_H__ */
|
||||
#endif /* !__MDNS_H__ */
|
@ -42,7 +42,7 @@
|
||||
#include <avahi-client/lookup.h>
|
||||
|
||||
#include "logger.h"
|
||||
#include "mdns_avahi.h"
|
||||
#include "mdns.h"
|
||||
|
||||
|
||||
/* Main event base, from main.c */
|
||||
|
@ -52,7 +52,7 @@
|
||||
#include "db.h"
|
||||
#include "daap_query.h"
|
||||
#include "logger.h"
|
||||
#include "mdns_avahi.h"
|
||||
#include "mdns.h"
|
||||
#include "conffile.h"
|
||||
#include "misc.h"
|
||||
#include "rng.h"
|
||||
|
@ -54,7 +54,7 @@
|
||||
|
||||
#include "logger.h"
|
||||
#include "conffile.h"
|
||||
#include "mdns_avahi.h"
|
||||
#include "mdns.h"
|
||||
#include "misc.h"
|
||||
#include "db.h"
|
||||
#include "remote_pairing.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user