load_licence/save_licence static.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@319 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2003-02-10 13:05:40 +00:00
parent f7bfa53327
commit c3f9bde92c

View File

@ -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 */