8 lines
138 B
C
8 lines
138 B
C
/* nwconn.h 13-May-98 */
|
|
#ifndef _NWCONN_H_
|
|
#define _NWCONN_H_
|
|
extern int act_pid;
|
|
extern void nwconn_set_program_title(char *s);
|
|
#endif
|
|
|