summaryrefslogtreecommitdiffstats
path: root/rfb/rfbproto.h
diff options
context:
space:
mode:
authordscho <dscho>2004-08-30 15:45:58 +0000
committerdscho <dscho>2004-08-30 15:45:58 +0000
commit97299606daab079cd88a096308487341c113ccec (patch)
treed8f51cfacae63482f330ce20c07dc373c341e893 /rfb/rfbproto.h
parent0d3b958b479e598b081b9848c34bb74aca9ee7fa (diff)
downloadlibvncserver-97299606daab079cd88a096308487341c113ccec.zip
libvncserver-97299606daab079cd88a096308487341c113ccec.tar.gz
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
while structure members should not
Diffstat (limited to 'rfb/rfbproto.h')
-rw-r--r--rfb/rfbproto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/rfb/rfbproto.h b/rfb/rfbproto.h
index da34b95..5267d76 100644
--- a/rfb/rfbproto.h
+++ b/rfb/rfbproto.h
@@ -991,10 +991,10 @@ typedef union {
#define MAXPWLEN 8
#define CHALLENGESIZE 16
-extern int vncEncryptAndStorePasswd(char *passwd, char *fname);
-extern char *vncDecryptPasswdFromFile(char *fname);
-extern void vncRandomBytes(unsigned char *bytes);
-extern void vncEncryptBytes(unsigned char *bytes, char *passwd);
+extern int rfbEncryptAndStorePasswd(char *passwd, char *fname);
+extern char *rfbDecryptPasswdFromFile(char *fname);
+extern void rfbRandomBytes(unsigned char *bytes);
+extern void rfbEncryptBytes(unsigned char *bytes, char *passwd);
#endif
OpenPOWER on IntegriCloud