store.h 207 B

123456789101112
  1. #ifndef STORE_H_INCLUDED
  2. #define STORE_H_INCLUDED
  3. #include "resor.h"
  4. #include "xresor.h"
  5. /* Function prototypes are generated by using cproto. */
  6. #include "store_proto.h"
  7. #endif /* STORE_H_INCLUDED */