Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2009-01-22 03:25:20 +0300
committerJustin Maggard <jmaggard@users.sourceforge.net>2009-01-22 03:25:20 +0300
commit0a902cd9bf4e6ddcef72d1400a737de7130ae198 (patch)
treee03beae3636bb37451c8a6e76fdbaa852be78ce4 /getifaddr.h
parentf9968e9f83c9db5f8b1522f8d4b68daa966d63d7 (diff)
Lots of changes, but notably:
* MiniDLNA can now pass the DLNA Conformance Test! * Dependence on libdlna has been removed, and the ffmpeg libs are used directly. * Lots of unused code has been cleaned up. * File transfers will now be forked off into a new process, so as not to tie up the server when sending data.
Diffstat (limited to 'getifaddr.h')
-rw-r--r--getifaddr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/getifaddr.h b/getifaddr.h
index 053c2c1..b769523 100644
--- a/getifaddr.h
+++ b/getifaddr.h
@@ -14,5 +14,8 @@
int
getifaddr(const char * ifname, char * buf, int len);
+int
+getifhwaddr(const char * ifname, char * buf, int len);
+
#endif