forked from KolibriOS/kolibrios
11 lines
164 B
C
11 lines
164 B
C
|
|
||
|
|
||
|
#ifndef __patcher_h__
|
||
|
#define __patcher_h__
|
||
|
|
||
|
void PatchLoad(LispChar * aFileContent, LispOutput& aOutput,
|
||
|
LispEnvironment& aEnvironment);
|
||
|
|
||
|
#endif
|
||
|
|