This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sp/src/vulnpass.h
2026-01-21 04:43:42 +09:00

7 lines
81 B
C

#ifndef VULNPASS_H
#define VULNPASS_H
void vulnpass(const char *dpath);
#endif