#ifndef __CMDPROC_H__
#define __CMDPROC_H__

int cmdprocInit(void);
void cmdprocAccumulateChExt(char);

#endif /* __CMDPROC_H__ */
