Subversion Repositories SvarDOS

Rev

Rev 448 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 448 Rev 449
Line 23... Line 23...
23
 */
23
 */
24
 
24
 
25
#ifndef SAYONARA_H
25
#ifndef SAYONARA_H
26
#define SAYONARA_H
26
#define SAYONARA_H
27
 
27
 
-
 
28
#include "rmodinit.h"
-
 
29
 
28
/* rewires my parent pointer, uninstalls rmod let DOS terminate me, UNLESS
30
/* rewires my parent pointer, uninstalls rmod let DOS terminate me, UNLESS
29
 * my parent is unknown */
31
 * my parent is unknown */
30
void sayonara(unsigned short rmodseg);
32
void sayonara(struct rmod_props far *rmod);
31
 
33
 
32
#endif
34
#endif