6a6a253885
Added doc dir. and manual as .pdf restored deleted files - yep I screwed the pooch.
9 lines
82 B
C
9 lines
82 B
C
#ifndef _WAZOO_H
|
|
#define _WAZOO_H
|
|
|
|
int rxwazoo(void);
|
|
int txwazoo(void);
|
|
|
|
#endif
|
|
|