aboutsummaryrefslogtreecommitdiff
blob: 0c1eae0f4ac402900e77e6f0372a2c58c164172c (plain)
1
2
3
4
5
6
7
#ifndef INTERPRETER_H
#define INTERPRETER_H

void 		portageInit();
void 		portageFinalize();

#endif