module.h
来自「关系型数据库 Postgresql 6.5.2」· C头文件 代码 · 共 26 行
H
26 行
/*------------------------------------------------------------------------- * * module.h * this file contains general "module" stuff that used to be * spread out between the following files: * * enbl.h module enable stuff * trace.h module trace stuff (now gone) * * * Copyright (c) 1994, Regents of the University of California * * $Id: module.h,v 1.5 1999/02/13 23:22:25 momjian Exp $ * *------------------------------------------------------------------------- */#ifndef MODULE_H#define MODULE_H/* * prototypes for functions in init/enbl.c */extern bool BypassEnable(int *enableCountInOutP, bool on);#endif /* MODULE_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?