cash_drawers.h 113 B

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