You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
301 B
10 lines
301 B
/*
|
|
* IUCV special message driver
|
|
*
|
|
* Copyright (C) 2003 IBM Deutschland Entwicklung GmbH, IBM Corporation
|
|
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com)
|
|
*/
|
|
|
|
int smsg_register_callback(char *, void (*)(char *, char *));
|
|
void smsg_unregister_callback(char *, void (*)(char *, char *));
|
|
|
|
|