File: ml_config_proto.h

package info (click to toggle)
mlterm 2.9.4-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 16,728 kB
  • ctags: 5,338
  • sloc: ansic: 74,649; sh: 8,532; cpp: 1,451; makefile: 1,126; perl: 496; sed: 16
file content (22 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 *	$Id: ml_config_proto.h,v 1.2 2003/09/13 02:07:46 arakiken Exp $
 */

#ifndef  __ML_CONFIG_PROTO_H__
#define  __ML_CONFIG_PROTO_H__


/*
 * These functions are exported from ml_term.h.
 */
 
int  ml_config_proto_init(void) ;

int  ml_config_proto_final(void) ;

int  ml_gen_proto_challenge(void) ;

int  ml_parse_proto( char **  dev , char **  key , char **  val , char **  str , int  do_challenge) ;


#endif