diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-03-24 23:57:22 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-03-24 23:57:22 +0000 |
| commit | a71a3b3d0f8545e44af75ded10dfda4a382158f2 (patch) | |
| tree | efb300dac7006409079d544eecc9dc1e5b792e45 /src/lib/util.h | |
| parent | 86aaba4f392c35ccf28221049f87b8cdba868777 (diff) | |
Hand-apply e30fd8d; resurrect JSON server code.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index bfb39fc1d..97e119389 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -76,6 +76,7 @@ extern void* wrapped_av_malloc (size_t); extern ContentTimePeriod subtitle_period (AVSubtitle const &); extern void set_backtrace_file (boost::filesystem::path); extern int64_t video_frames_to_audio_frames (VideoFrame v, float audio_sample_rate, float frames_per_second); +extern std::map<std::string, std::string> split_get_request (std::string url); #endif |
