6 lines
131 B
C
6 lines
131 B
C
#ifndef KNAUER_ASYNCPROTOCOL_H
|
|
#define KNAUER_ASYNCPROTOCOL_H
|
|
#include "sics.h"
|
|
void KNAUERInitProtocol(SicsInterp *pSics);
|
|
#endif
|