mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 09:18:33 +03:00
Made ohone functions extern in header file
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
// FIXME: static function definitions
|
// FIXME: static function definitions
|
||||||
uint32_t _ISO7816_GetChar( uint8_t *pCharToReceive );
|
extern uint32_t _ISO7816_GetChar( uint8_t *pCharToReceive );
|
||||||
uint32_t _ISO7816_SendChar( uint8_t CharToSend );
|
extern uint32_t _ISO7816_SendChar( uint8_t CharToSend );
|
||||||
void Phone_Master_Init( void );
|
extern void Phone_Master_Init( void );
|
||||||
|
|||||||
Reference in New Issue
Block a user