1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

Move gdhcp and miracle-dhcp to ./src/dhcp/

Use a common subdirectory for gdhcp so we can easily replace it once
sd-dhcp has server-side support.

Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
David Herrmann 2014-02-18 14:04:51 +01:00
parent 47539226cd
commit 8c2f95257c
11 changed files with 12 additions and 28 deletions

View file

@ -69,7 +69,7 @@
#include <sys/socket.h>
#include <sys/wait.h>
#include <unistd.h>
#include "gdhcp/gdhcp.h"
#include "dhcp/gdhcp.h"
#include "shl_log.h"
static const char *arg_netdev;