diff options
author | dscho <dscho> | 2004-08-30 15:45:58 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-08-30 15:45:58 +0000 |
commit | 97299606daab079cd88a096308487341c113ccec (patch) | |
tree | d8f51cfacae63482f330ce20c07dc373c341e893 /examples/storepasswd.c | |
parent | 0d3b958b479e598b081b9848c34bb74aca9ee7fa (diff) | |
download | libtdevnc-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.c | 2 |
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 { |