updated folder scanning code

This commit is contained in:
jakani24
2023-12-25 22:50:30 +01:00
parent 89aab04cce
commit f069abeb7b
97 changed files with 4778 additions and 150 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
#ifndef VIRUS_CTRL_H
#define VIRUS_CTRL_H
#include <stdio.h>
#include <iostream>
int virus_ctrl_store(const char*, const char*,const char* id);
int virus_ctrl_process(const char* id);
#endif