25 lines
188 B
C
25 lines
188 B
C
|
|
#ifndef _SIGNATURE_H_
|
|
#define _SIGNATURE_H_
|
|
|
|
|
|
|
|
// 전역 런타임 프로세스 시그니쳐 리스트
|
|
extern PROC_SIGNATURE *g_SigprocList ;
|
|
|
|
int Load_SigList();
|
|
int Clear_SigList();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif |