mirror of
https://github.com/sheumann/AFPBridge.git
synced 2025-10-31 11:26:45 -07:00
8 lines
101 B
C
8 lines
101 B
C
#ifndef CMDPROC_H
|
|
#define CMDPROC_H
|
|
|
|
void cmdProc(void);
|
|
void CallCompletionRoutine(void *);
|
|
|
|
#endif
|