X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgnokii.h;h=ed5dd018d0f65de921fca512d9b5e9098dd44262;hp=97870652d9f90dc0c941faa7c7067b7913789d4b;hb=6ea3cef1bb136cd56741cc56bdb5b2fc7051e032;hpb=24e1c79324b43b4f376f823da8406b777b6094c8 diff --git a/include/gnokii.h b/include/gnokii.h index 9787065..ed5dd01 100644 --- a/include/gnokii.h +++ b/include/gnokii.h @@ -13,8 +13,14 @@ 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.1.2.1 2001/12/14 20:54:44 short + Update: orig2001_12_04_22_45 -> orig2001_12_14_20_46 + + 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 +81,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 +123,7 @@ typedef enum { OPT_GETPROFILE, OPT_DISPLAYOUTPUT, OPT_KEYPRESS, + OPT_DIVERT, OPT_FOOGLE } opt_index;