Ver Fonte

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

svn: 1659
Bryan Drewery há 21 anos atrás
pai
commit
c70002168c
1 ficheiros alterados com 1 adições e 0 exclusões
  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 }
 };