summaryrefslogtreecommitdiff
path: root/src/autoreplace_type.h
blob: d66c12587ed118f060f8482af772fdffa9453b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* $Id$ */

/** @file autoreplace_type.h Types related to autoreplacing. */

#ifndef AUTOREPLACE_TYPE_H
#define AUTOREPLACE_TYPE_H

struct EngineRenew;

/**
 * A list to group EngineRenew directives together (such as per-company).
 */
typedef EngineRenew *EngineRenewList;

#endif /* AUTOREPLACE_TYPE_H */