X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgnokii.h;fp=include%2Fgnokii.h;h=8cc5b701b1ae17bcaa759ca84ba7ae39d7763d0e;hp=e9806ddcace2a4bd2f65862788a8f89b9e9777f0;hb=49dd905279a8e62936e3713510ab0fd738e20ecb;hpb=2f2703c9133032c12671ca5c77ae626b8fb178d4 diff --git a/include/gnokii.h b/include/gnokii.h index e9806dd..8cc5b70 100644 --- a/include/gnokii.h +++ b/include/gnokii.h @@ -13,11 +13,8 @@ Header file for test utility. $Log$ - 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.1.1.3 2002/04/03 00:08:17 short + Found in "gnokii-working" directory, some November-patches version Revision 1.27 2001/09/14 12:53:00 pkot New preview logos. @@ -78,7 +75,6 @@ int reset(char *type); int getprofile(int argc, char *argv[]); int displayoutput(); int presskeysequence(); -int divert(int argc, char *argv[]); typedef enum { OPT_HELP, @@ -120,7 +116,6 @@ typedef enum { OPT_GETPROFILE, OPT_DISPLAYOUTPUT, OPT_KEYPRESS, - OPT_DIVERT, OPT_FOOGLE } opt_index;