* Replace sqlite_int64 with int64_t in many places, to better allow for the possibility of other databases. (Thanks Douglas Carmichael)
This commit is contained in:
@ -25,6 +25,6 @@
|
||||
#ifdef TIVO_SUPPORT
|
||||
|
||||
void
|
||||
ProcessTiVoCommand(struct upnphttp * h, const char * orig_path);
|
||||
ProcessTiVoCommand(struct upnphttp *h, const char *orig_path);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user