12 lines
355 B
C
12 lines
355 B
C
#ifndef _INSTR_HOSTS_H_
|
|
#define _INSTR_HOSTS_H_
|
|
|
|
int InstrHost(char *input, char *instr, char *host, char *user, char *pcod
|
|
, int instr_len, int host_len, int user_len, int pcod_len);
|
|
|
|
/* input may be a host of instrument name
|
|
output is: instrument name, host name, user name and pcod (the code needed to enter...)
|
|
*/
|
|
|
|
#endif /* _INSTR_HOSTS_H_ */
|