~ubuntu-branches/ubuntu/wily/xmms2/wily

« back to all changes in this revision

Viewing changes to src/include/xmms/xmms_bindata.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ragwitz
  • Date: 2006-12-15 00:46:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061215004659-k1q9gl60aqfe9pqs
Tags: 0.2DrHouse-3
* Use dh_makeshlibs -V to generate more strict shlib files.
* Fix a typo in debian/control.
* Remove some unused stuff fron debian/control.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef __XMMS_BINDATA_H__
18
18
#define __XMMS_BINDATA_H__
19
19
 
20
 
gchar *xmms_bindata_calculate_hash (const guchar *data, gsize size, gchar ret[33]);
 
20
gchar *xmms_bindata_calculate_md5 (const guchar *data, gsize size, gchar ret[33]);
21
21
gboolean xmms_bindata_plugin_add (const guchar *data, gsize size, gchar hash[33]);
22
22
 
23
23
#endif