diff src/ushare.h @ 126:5dcaf3785ebe

fix process terminate problem. add dynamic Content-Length header.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Sun, 03 Oct 2010 21:55:37 +0900
parents e413158cae13
children 20442921bff5
line wrap: on
line diff
--- a/src/ushare.h	Sun Oct 03 11:35:19 2010 +0900
+++ b/src/ushare.h	Sun Oct 03 21:55:37 2010 +0900
@@ -132,5 +132,7 @@
 
 inline void display_headers (void);
 void * dlna_startup(void *p);
+void UPnPBreak (int s __attribute__ ((unused)));
+
 
 #endif /* _USHARE_H_ */