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