cash_drawers.h 114 B

1234567
  1. #ifndef __CASH_DRAWERS_H__
  2. #define __CASH_DRAWERS_H__
  3. void cashd_init(void);
  4. void cashd_exit(void);
  5. #endif