~ubuntu-branches/ubuntu/vivid/forked-daapd/vivid-proposed

« back to all changes in this revision

Viewing changes to src/filescanner.h

  • Committer: Package Import Robot
  • Author(s): Balint Reczey
  • Date: 2014-10-18 00:39:52 UTC
  • mfrom: (21.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20141018003952-91ilgonl1lka1uy4
Tags: 22.0-1
* Revert using pkg-config to determine FFmpeg linker flags
  See #758337for details.
* Add watch file
* Build-depend on libgcrypt20-dev instead of libgcrypt11-dev which
  became a transitional package
* New upstream version 22.0
* Enable last.fm scrobbling

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
void
19
19
filescanner_deinit(void);
20
20
 
21
 
int
22
 
filescanner_status(void);
23
 
 
24
21
void
25
22
filescanner_process_media(char *path, time_t mtime, off_t size, int type, struct media_file_info *external_mfi);
26
23
 
32
29
scan_metadata_icy(char *url, struct media_file_info *mfi);
33
30
 
34
31
void
35
 
scan_m3u_playlist(char *file, time_t mtime);
 
32
scan_playlist(char *file, time_t mtime);
36
33
 
37
34
#ifdef ITUNES
38
35
void