Explorar el Código

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

svn: 1659
Bryan Drewery hace 21 años
padre
commit
c70002168c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 }
 };