mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03:00
All external function definitions now have prototypes that are checked.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: smgr.h,v 1.4 1996/11/08 20:46:33 momjian Exp $
|
||||
* $Id: smgr.h,v 1.5 1996/11/10 03:06:05 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -85,5 +85,7 @@ extern int MMShmemSize(void);
|
||||
/* smgrtype.c */
|
||||
extern char *smgrout(int2 i);
|
||||
extern int2 smgrin(char *s);
|
||||
extern bool smgreq(int2 a, int2 b);
|
||||
extern bool smgrne(int2 a, int2 b);
|
||||
|
||||
#endif /* SMGR_H */
|
||||
|
||||
Reference in New Issue
Block a user