gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: gnokii/include gnokii.h,1.34,1.35


From: BORBELY Zoltan <address@hidden>
Subject: CVS: gnokii/include gnokii.h,1.34,1.35
Date: Tue, 02 Apr 2002 20:08:54 -0500

Update of /cvsroot/gnokii/gnokii/include
In directory subversions:/tmp/cvs-serv4907/include

Modified Files:
        gnokii.h 
Log Message:
struct gnokii_arg_len moved from gnokii.h to gnokii.c (opt_index is in
gnokii.c too)

identify output beautified


Index: gnokii.h
===================================================================
RCS file: /cvsroot/gnokii/gnokii/include/gnokii.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** gnokii.h    28 Mar 2002 21:37:48 -0000      1.34
--- gnokii.h    3 Apr 2002 01:08:51 -0000       1.35
***************
*** 29,45 ****
  */
  
- struct gnokii_arg_len {
-       int gal_opt;
-       int gal_min;
-       int gal_max;
-       int gal_flags;
- };
- 
- /* This is used for checking correct argument count. If it is used then if
-    the user specifies some argument, their count should be equivalent to the
-    count the programmer expects. */
- 
- #define GAL_XOR 0x01
- 
  /* Constants for Profiles. */
  
--- 29,32 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]