From 97aaacf52b727f2dadc163133af15656f7e3333d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 19 May 2010 19:13:32 +0200 Subject: [PATCH] Make isds_get_signed_message() static --- src/isds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isds.c b/src/isds.c index 545faec..3997a2d 100644 --- a/src/isds.c +++ b/src/isds.c @@ -8099,7 +8099,7 @@ leave: * isds_get_list_of_{sent,received}_messages()) * @message is automatically reallocated message retrieved from ISDS. The raw * memeber will be filled with PKCS#7 structure in DER format. */ -_hidden isds_error isds_get_signed_message(struct isds_ctx *context, +static isds_error isds_get_signed_message(struct isds_ctx *context, const _Bool outgoing, const char *message_id, struct isds_message **message) { -- 2.11.4.GIT