]> granicus.if.org Git - postgresql/blob - src/include/utils/module.h
Massive commit to run PGINDENT on all *.c and *.h files.
[postgresql] / src / include / utils / module.h
1 /*-------------------------------------------------------------------------
2  *
3  * module.h--
4  *        this file contains general "module" stuff  that used to be
5  *        spread out between the following files:
6  *
7  *              enbl.h                                  module enable stuff
8  *              trace.h                                 module trace stuff (now gone)
9  *
10  *
11  * Copyright (c) 1994, Regents of the University of California
12  *
13  * $Id: module.h,v 1.2 1997/09/07 05:02:44 momjian Exp $
14  *
15  *-------------------------------------------------------------------------
16  */
17 #ifndef MODULE_H
18 #define MODULE_H
19
20 /*
21  * prototypes for functions in init/enbl.c
22  */
23 extern bool             BypassEnable(int *enableCountInOutP, bool on);
24
25 #endif                                                  /* MODULE_H */