Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0961b3

Browse files
author
Bryan Henderson
committed
Goes with the recently added src/utils/version.c, will replace some stuff in
miscadmin.h.
1 parenta157098 commitb0961b3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

‎src/include/version.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*-------------------------------------------------------------------------
2+
*
3+
* version.h--
4+
* this file contains the interface to version.c.
5+
* Also some parameters.
6+
*
7+
* $Id: version.h,v 1.1 1996/11/11 14:24:38 bryanh Exp $
8+
*
9+
*-------------------------------------------------------------------------
10+
*/
11+
#ifndefVERSION_H
12+
#defineVERSION_H
13+
14+
void
15+
ValidatePgVersion(constchar*path,char**reason_p);
16+
17+
void
18+
SetPgVersion(constchar*path,char**reason_p);
19+
20+
#definePG_RELEASE6
21+
#definePG_VERSION0
22+
#definePG_VERFILE"PG_VERSION"
23+
24+
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp