mt_aq.h 96 B

1234567891011
  1. /*
  2. * aq.h
  3. *
  4. */
  5. #ifndef AQ_H_
  6. #define AQ_H_
  7. int parseAQ(Item_t *pItem);
  8. #endif /* AQ_H_ */