#include "common.h"
#include "namesize.h"
#include "lib/atoms.h"
#include "lib/walloc.h"
#include "lib/override.h"
Functions | |
RCSID ("$Id:namesize.c, v 1.3 2005/05/29 08:48:35 graaff Exp $") | |
guint | namesize_hash (gconstpointer key) |
Hash a `namesize_t' key. | |
gint | namesize_eq (gconstpointer a, gconstpointer b) |
Compare two `namesize_t' keys. | |
namesize_t * | namesize_make (const gchar *name, filesize_t size) |
Create a new namesize structure. | |
void | namesize_free (namesize_t *ns) |
Free a namesize structure. |
|
Compare two `namesize_t' keys.
|
|
Free a namesize structure.
|
|
Hash a `namesize_t' key.
|
|
Create a new namesize structure.
|
|
|