Browse Source

* Added cleartext link support (wont actually be used though)

svn: 1659
Bryan Drewery 21 years ago
parent
commit
c70002168c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/enclink.c

+ 1 - 0
src/enclink.c

@@ -209,5 +209,6 @@ void link_hash(int idx, char *rand)
 
 struct enc_link enclink[] = {
   { "ghost", LINK_GHOST, ghost_link, ghost_write, ghost_read },
+  { "cleartext", LINK_CLEARTEXT, NULL, NULL, NULL },
   { NULL, 0, NULL, NULL, NULL }
 };