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