udapted vi.po
[rhythmbox.git] / daapsharing / rb-daap-hash.h
blobe230c957a238088e122373f873d8b87a9812846a
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
3 * Header for DAAP (iTunes Music Sharing) hashing, connection
5 * Copyright (C) 2004-2005 Charles Schmidt <cschmidt2@emich.edu>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
23 #ifndef __RB_DAAP_HASH_H
24 #define __RB_DAAP_HASH_H
26 #include <glib.h>
28 G_BEGIN_DECLS
30 void rb_daap_hash_generate (short version_major,
31 const guchar *url,
32 guchar hash_select,
33 guchar *out,
34 gint request_id);
36 G_END_DECLS
38 #endif /* __RB_DAAP_HASH_H */