From c2128ec74f0f7612c25010c8c9d6c9cb6133442c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 10 Mar 2003 19:14:38 +0100 Subject: [PATCH] *** empty log message *** Rev: src/nettle/TODO:1.7 --- TODO | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/TODO b/TODO index 1c494282..183334a1 100644 --- a/TODO +++ b/TODO @@ -16,3 +16,15 @@ Improve sexp_Format to accept literals, like "n" in sexp_format(buffer, "(n%b)", n); Valgrind reports errors on the des-compat test program. Investigate. + + +Change the convention for declaring function pointers. Instead of for +example + + typedef void * + nettle_realloc_func(void *ctx, void *p, unsigned length); + +use + + typedef void + nettle_realloc_func(void *ctx, void *p, unsigned length); -- GitLab