From c3f9bde92c42cfb0af48bd2d089c8fe4dcd719c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Mon, 10 Feb 2003 13:05:40 +0000 Subject: [PATCH] load_licence/save_licence static. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@319 423420c4-83ab-492f-b58f-81f9feb106b5 --- licence.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/licence.c b/licence.c index bbb11cf..16a70fe 100644 --- a/licence.c +++ b/licence.c @@ -40,7 +40,7 @@ static uint8 licence_sign_key[16]; BOOL licence_issued = False; -int +static int load_licence(unsigned char **data) { char *path; @@ -66,7 +66,7 @@ load_licence(unsigned char **data) return read(fd, *data, st.st_size); } -void +static void save_licence(unsigned char *data, int length) { char *fpath; /* file path for licence */