libpurple/hash.h

branch
soc.2013.gobjectification
changeset 34982
8456350bb6fd
parent 34691
3acdd397a9c1
child 35024
eb3afb7643ce
--- a/libpurple/hash.h	Mon Sep 30 14:07:42 2013 +0530
+++ b/libpurple/hash.h	Tue Oct 01 02:51:34 2013 +0530
@@ -80,9 +80,6 @@
 	/** The get block size function */
 	size_t (*get_block_size)(PurpleHash *hash);
 
-	/** The get hash name function */
-	const gchar* (*get_name)(PurpleHash *hash);
-
 	void (*_purple_reserved1)(void);
 	void (*_purple_reserved2)(void);
 	void (*_purple_reserved3)(void);
@@ -102,15 +99,6 @@
 GType purple_hash_get_type(void);
 
 /**
- * Gets a hash's name
- *
- * @param hash The hash
- *
- * @return The hash's name
- */
-const gchar *purple_hash_get_name(PurpleHash *hash);
-
-/**
  * Resets a hash to it's default value
  * @note If you have set an IV you will have to set it after resetting
  *

mercurial