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

« back to all changes in this revision

Viewing changes to src/db.h

  • Committer: Package Import Robot
  • Author(s): Julien BLACHE
  • Date: 2011-09-11 15:51:59 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: package-import@ubuntu.com-20110911155159-w4extusnbdf7nrca
Tags: 0.19-1
* New upstream release.

* debian/patches/dacp-unknown-prop-loop-fix.patch:
  + Removed; merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
void
287
287
free_pli(struct playlist_info *pli, int content_only);
288
288
 
 
289
/* Maintenance and DB hygiene */
 
290
void
 
291
db_hook_post_scan(void);
 
292
 
289
293
void
290
294
db_purge_cruft(time_t ref);
291
295
 
322
326
db_file_inc_playcount(int id);
323
327
 
324
328
void
325
 
db_file_ping(char *path);
 
329
db_file_ping(int id);
326
330
 
327
331
char *
328
332
db_file_path_byid(int id);
339
343
int
340
344
db_file_id_byurl(char *url);
341
345
 
342
 
time_t
343
 
db_file_stamp_bypath(char *path);
 
346
void
 
347
db_file_stamp_bypath(char *path, time_t *stamp, int *id);
344
348
 
345
349
struct media_file_info *
346
350
db_file_fetch_byid(int id);