#ifndef __CASH_DRAWERS_H__ #define __CASH_DRAWERS_H__ int cashd_init(void); void cashd_exit(void); #endif