1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
/* This file is generated by aisc_mkpt.
* Any changes you make here will be overwritten later!
*/
#ifndef COMMON_H
#define COMMON_H
/* define ARB attributes: */
#ifndef ATTRIBUTES_H
# include <attributes.h>
#endif
/* common.c */
const char *aisc_client_open_socket(const char *path, int delay, int do_connect, int *psocket, char **unix_name);
const char *aisc_server_open_socket(const char *path, int delay, int do_connect, int *psocket, char **unix_name);
#else
#error common.h included twice
#endif /* COMMON_H */
|