[gcr] gcr-secure-memory: Fix prototype to match implementation



commit d5d1b4ef195fb94f1cdcde71ef497cdac1c6ee1b
Author: Colin Walters <walters verbum org>
Date:   Tue Feb 28 06:45:25 2012 -0500

    gcr-secure-memory: Fix prototype to match implementation

 gcr/gcr-secure-memory.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gcr/gcr-secure-memory.h b/gcr/gcr-secure-memory.h
index f41f972..eaf1a13 100644
--- a/gcr/gcr-secure-memory.h
+++ b/gcr/gcr-secure-memory.h
@@ -44,7 +44,7 @@ gpointer  gcr_secure_memory_realloc        (gpointer memory,
                                             gsize size);
 
 gpointer  gcr_secure_memory_try_realloc    (gpointer memory,
-                                            gulong size);
+                                            gsize size);
 
 void      gcr_secure_memory_free           (gpointer memory);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]