SVNからのミラー

This commit is contained in:
2026-01-21 04:43:42 +09:00
commit 34b8d30c50
34 changed files with 2927 additions and 0 deletions

6
src/vulnpass.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef VULNPASS_H
#define VULNPASS_H
void vulnpass(const char *dpath);
#endif