summaryrefslogtreecommitdiff
path: root/lib/gnutls_mem.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-11-07 23:27:56 +0000
committerSimon Josefsson <simon@josefsson.org>2005-11-07 23:27:56 +0000
commita5891d75997c9529b9fc5c273df8bd0df4093cd0 (patch)
treefd6eec448a88c5eb891cc145921c5793662da604 /lib/gnutls_mem.h
parentaf21484a8daf15da48f7d00c4fe632708a757a64 (diff)
downloadgnutls-a5891d75997c9529b9fc5c273df8bd0df4093cd0.tar.gz
Use GNU coding style.
Diffstat (limited to 'lib/gnutls_mem.h')
-rw-r--r--lib/gnutls_mem.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/gnutls_mem.h b/lib/gnutls_mem.h
index b1263c65bb..a22d0f2fc3 100644
--- a/lib/gnutls_mem.h
+++ b/lib/gnutls_mem.h
@@ -53,18 +53,18 @@ typedef void svoid; /* for functions that allocate using gnutls_secure_malloc *
# define gnutls_alloca gnutls_malloc
# define gnutls_afree gnutls_free
# endif
-#endif /* HAVE_ALLOCA */
+#endif /* HAVE_ALLOCA */
extern int (*_gnutls_is_secure_memory) (const void *);
/* this realloc function will return ptr if size==0, and
* will free the ptr if the new allocation failed.
*/
-void *gnutls_realloc_fast(void *ptr, size_t size);
+void *gnutls_realloc_fast (void *ptr, size_t size);
-svoid *gnutls_secure_calloc(size_t nmemb, size_t size);
+svoid *gnutls_secure_calloc (size_t nmemb, size_t size);
-void *_gnutls_calloc(size_t nmemb, size_t size);
-char *_gnutls_strdup(const char *);
+void *_gnutls_calloc (size_t nmemb, size_t size);
+char *_gnutls_strdup (const char *);
-#endif /* GNUTLS_MEM_H */
+#endif /* GNUTLS_MEM_H */