English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/common-nfo/tools/nfotiser/nfotiser.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3443 - (show annotations) (download)
Wed Aug 8 12:45:20 2007 UTC (6 years, 6 months ago) by tg
File MIME type: text/plain
File size: 347 byte(s)
• use libdl (required on GNU/Lunox)
• fix categories decl (oops…)
• insert categories into DB

1 /*-
2 * $FreeWRT$
3 *-
4 * This file is part of the FreeWRT project. FreeWRT is copyrighted
5 * material, please see the LICENCE file in the top-level directory
6 * or at http://www.freewrt.org/licence for details.
7 */
8
9 #ifndef NFOTISER_NFOTISER_H
10 #define NFOTISER_NFOTISER_H
11
12 struct categories {
13 const char *catname;
14 const char *catdesc;
15 };
16
17 #endif

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20