mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
8 lines
34 B
C
8 lines
34 B
C
|
/*
|
||
|
** halt.h
|
||
|
**
|
||
|
*/
|
||
|
|
||
|
void halt();
|
||
|
|