Changeset db656f3332551668dbf8656d8dcd05fe917ddcd7 for src/modules/ssh2.c
- Timestamp:
- 09/06/08 23:51:16 (5 years ago)
- git-parent:
- Files:
-
- src/modules/ssh2.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/modules/ssh2.c
rc39dbcd rdb656f3 300 300 } 301 301 302 #include "ssh2.xmlh" 302 303 noit_module_t ssh2 = { 303 304 { … … 306 307 "ssh2", 307 308 "Secure Shell version 2 checker", 309 ssh2_xml_description, 308 310 ssh2_onload 309 311 },
