ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src account_parser.y,1.6,1.6.2.1


From: Andy Maloney <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src account_parser.y,1.6,1.6.2.1
Date: Mon, 24 Mar 2003 04:00:54 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv9784

Modified Files:
      Tag: new_prefs
        account_parser.y 
Log Message:
Include prefs.h instead of extern prototype

Index: account_parser.y
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/account_parser.y,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -r1.6 -r1.6.2.1
--- account_parser.y    27 Jan 2003 16:12:41 -0000      1.6
+++ account_parser.y    24 Mar 2003 09:00:52 -0000      1.6.2.1
@@ -1,18 +1,16 @@
 %token ACCOUNT END_ACCOUNT
 
 %{
-        #include <gtk/gtk.h>
-        #include <stdio.h>
         #include <stdlib.h>
         #include <string.h>
 
         #include "globals.h"
-        #include "account.h"
         #include "value_pair.h"
         #include "service.h"
         #include "util.h"
+               #include "prefs.h"
+
 
-       extern void save_account_info(char *service, LList *pairs);
        extern int Line;
        #define accounterror(error) printf("Parse error on line %d: %s\n", 
Line, error );
        extern int accountlex();





reply via email to

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