root/src/defaults.h

Revision 1466:85ec4a515401, 236 bytes (checked in by Obey Arthur Liu <arthur@…>, 2 years ago)

Modified most header files descriptions to be Doxygen-parsable.

Line 
1// defaults.h
2//
3//  Copyright 1999 Daniel Burrows
4//
5
6#ifndef DEFAULTS_H
7#define DEFAULT_H
8
9/** \brief Populates the Aptitude configuration with defaults for a bunch of stuff
10 *
11 *  \file defaults.h
12 */
13
14void init_defaults();
15
16#endif
Note: See TracBrowser for help on using the browser.