usata-commits
[Top][All Lists]
Advanced

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

[Usata-commits] Changes to usata2/src/main.cpp


From: David Lau
Subject: [Usata-commits] Changes to usata2/src/main.cpp
Date: Sat, 15 Jan 2005 14:39:57 -0500

Index: usata2/src/main.cpp
diff -u usata2/src/main.cpp:1.24 usata2/src/main.cpp:1.25
--- usata2/src/main.cpp:1.24    Sun Jan  9 08:57:22 2005
+++ usata2/src/main.cpp Sat Jan 15 19:39:55 2005
@@ -10,7 +10,7 @@
 // included in the software distribution, or visit
 // http://www.fsf.org/licenses/gpl.html.
 //
-// $Id: main.cpp,v 1.24 2005/01/09 08:57:22 skunix Exp $
+// $Id: main.cpp,v 1.25 2005/01/15 19:39:55 skunix Exp $
 
 
 /**
@@ -72,7 +72,8 @@
        Configuration* parse_options(int argc, char **argv);
 }
 
-struct { std::string confkey; std::string def; int level;} PFXData[] =
+struct PFXS{ std::string confkey; std::string def; int level;};
+PFXS PFXData[] =
        { { "debug", "[DBG]",log::Level::DEBUG },
          { "info", ">    ",log::Level::INFO},
          { "warning","[WRN]", log::Level::WARNING},




reply via email to

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