10 lines
68 B
C
10 lines
68 B
C
#ifndef _NOTIFY_H
|
|
#define _NOTIFY_H
|
|
|
|
|
|
int Notify(char *);
|
|
|
|
|
|
#endif
|
|
|