You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
446 B
19 lines
446 B
#pragma once |
|
#ifndef SIGNAL_H |
|
#define SIGNAL_H |
|
#include "define_inc.h" |
|
#include <signal.h> |
|
#include <unistd.h> |
|
#include <stdio.h> |
|
#include <unistd.h> |
|
#include <dirent.h> |
|
#include <sys/types.h> // for opendir(), readdir(), closedir() |
|
#include <sys/stat.h> // for stat() |
|
#include <stdio.h> |
|
#include <stdlib.h> |
|
#include <string.h> |
|
#include <stdarg.h> |
|
|
|
pid_t GetPIDbyName_Wrapper(char* cchrptr_ProcessName,int start_server); |
|
|
|
#endif |