:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Fri Dec 14 20:46 CET 2001
[gnokii.git] / include / gnokii.h
index 9787065..e9806dd 100644 (file)
   Header file for test utility.
 
   $Log$
-  Revision 1.1.1.1  2001/11/25 21:59:19  short
-  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
+  Revision 1.1.1.2  2001/12/14 19:49:13  short
+  :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Fri Dec 14 20:46 CET 2001
+
+  Revision 1.28  2001/12/14 14:37:44  pkot
+  Cleanups. Call divert support for at and 7110 series
 
   Revision 1.27  2001/09/14 12:53:00  pkot
   New preview logos.
@@ -75,6 +78,7 @@ int reset(char *type);
 int getprofile(int argc, char *argv[]);
 int displayoutput();
 int presskeysequence();
+int divert(int argc, char *argv[]);
 
 typedef enum {
   OPT_HELP,
@@ -116,6 +120,7 @@ typedef enum {
   OPT_GETPROFILE,
   OPT_DISPLAYOUTPUT,
   OPT_KEYPRESS,
+  OPT_DIVERT,
   OPT_FOOGLE
 } opt_index;