From b55d9fcdb8a4ad0164f34f45d523bf165bcb496d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 28 Feb 2009 15:12:24 +0100 Subject: socket_util: added function sockaddr_to_string() Create the socket_util.c library, the first function is sockaddr_to_string(): it converts a sockaddr struct to a string containing the IP address in a human-readable form. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 55e64a046..aca80fd33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,6 +113,7 @@ mpd_headers = \ src/song_save.h \ src/song_sticker.h \ src/songvec.h \ + src/socket_util.h \ src/state_file.h \ src/stats.h \ src/sticker.h \ @@ -201,6 +202,7 @@ src_mpd_SOURCES = \ src/song_print.c \ src/song_save.c \ src/songvec.c \ + src/socket_util.c \ src/state_file.c \ src/stats.c \ src/tag.c \ -- cgit v1.2.3