6 lines
128 B
C
6 lines
128 B
C
#ifndef HUBER_ASYNCPROTOCOL_H
|
|
#define HUBER_ASYNCPROTOCOL_H
|
|
#include "sics.h"
|
|
void HUBERInitProtocol(SicsInterp *pSics);
|
|
#endif
|