LibPkg
sysvars.h
Go to the documentation of this file.
1 // This file is part of LibPkg.
2 // Copyright © 2003 Graham Shaw.
3 // Distribution and use are subject to the GNU Lesser General Public License,
4 // a copy of which may be found in the file !LibPkg.Copyright.
5 
6 #ifndef LIBPKG_SYSVARS
7 #define LIBPKG_SYSVARS
8 
9 namespace pkg {
10 
11 class pkgbase;
12 
18 void update_sysvars(pkgbase& pb);
19 
20 }; /* namespace pkg */
21 
22 #endif
void update_sysvars(pkgbase &pb)
Update system variable definitions.
Definition: sysvars.cc:80

Reference Manual LibPkg Version 0.6.1 (28 Jan 2015)