smsgiucv.h 339 B

1234567891011121314
  1. /*
  2. * IUCV special message driver
  3. *
  4. * Copyright IBM Corp. 2003
  5. * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
  6. */
  7. #define SMSGIUCV_DRV_NAME "SMSGIUCV"
  8. int smsg_register_callback(const char *,
  9. void (*)(const char *, char *));
  10. void smsg_unregister_callback(const char *,
  11. void (*)(const char *, char *));