~ubuntu-branches/ubuntu/hardy/gtkpod-aac/hardy

« back to all changes in this revision

Viewing changes to src/clientserver.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-07-17 18:25:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070717182525-rhl5w4pk8lbk6pna
Tags: 0.99.10-2ubuntu1
* Resynchronise with gtkpod 0.9.10-2.
* Hack in dpatch support, since it was removed.
* Rename debian/patches/03-configure.dpatch to
  debian/patches/aac-configure.dpatch.
* Update debian/gtkpod-aac.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
|
25
25
|  This product is not supported/written/published by Apple!
26
26
|
27
 
|  $Id: clientserver.h,v 1.6 2005/06/17 13:30:02 jcsjcs Exp $
 
27
|  $Id: clientserver.h 933 2006-11-24 06:48:25Z jcsjcs $
28
28
*/
29
29
 
30
30
#ifndef CLIENTSERVERH_INCLUDED
43
43
void server_setup (void);
44
44
void server_shutdown (void);
45
45
gboolean client_playcount (gchar *file);
 
46
gboolean print_sha1_hash (gchar *file);
46
47
#ifndef HAVE_FLOCK
47
48
#include <unistd.h>
48
49
#include <fcntl.h>