7 lines
81 B
C
7 lines
81 B
C
#ifndef VULNPASS_H
|
|
#define VULNPASS_H
|
|
|
|
void vulnpass(const char *dpath);
|
|
|
|
#endif
|