summaryrefslogtreecommitdiffstats
path: root/examples/storepasswd.c
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 /examples/storepasswd.c
parent0d3b958b479e598b081b9848c34bb74aca9ee7fa (diff)
downloadlibtdevnc-97299606daab079cd88a096308487341c113ccec.tar.gz
libtdevnc-97299606daab079cd88a096308487341c113ccec.zip
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
while structure members should not
Diffstat (limited to 'examples/storepasswd.c')
-rw-r--r--examples/storepasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/storepasswd.c b/examples/storepasswd.c
index cc55569..d0a3f7e 100644
--- a/examples/storepasswd.c
+++ b/examples/storepasswd.c
@@ -36,7 +36,7 @@ int main(int argc, char *argv[])
if (argc != 3)
usage();
- if (vncEncryptAndStorePasswd(argv[1], argv[2]) != 0) {
+ if (rfbEncryptAndStorePasswd(argv[1], argv[2]) != 0) {
printf("storing password failed.\n");
return 1;
} else {