summaryrefslogtreecommitdiff
path: root/src/defaults.h
blob: fcfe2a03c5345f7b2d225ffba8be9925c0160e62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// defaults.h
//
//  Copyright 1999 Daniel Burrows
//
//  Populates the Aptitude configuration with defaults for a bunch of stuff

#ifndef DEFAULTS_H
#define DEFAULT_H

void init_defaults();

#endif