mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
pgindent run on all C files. Java run to follow. initdb/regression
tests pass.
This commit is contained in:
@ -120,11 +120,11 @@
|
||||
#define DEFAULT_EXTRASYSTABLEPREFIXES "dd_;"
|
||||
|
||||
/* prototypes */
|
||||
void getCommonDefaults(const char *section, const char *filename, ConnInfo *ci);
|
||||
void getCommonDefaults(const char *section, const char *filename, ConnInfo * ci);
|
||||
|
||||
#ifdef WIN32
|
||||
void SetDlgStuff(HWND hdlg, const ConnInfo *ci);
|
||||
void GetDlgStuff(HWND hdlg, ConnInfo *ci);
|
||||
void SetDlgStuff(HWND hdlg, const ConnInfo * ci);
|
||||
void GetDlgStuff(HWND hdlg, ConnInfo * ci);
|
||||
|
||||
int CALLBACK driver_optionsProc(HWND hdlg,
|
||||
WORD wMsg,
|
||||
@ -134,16 +134,14 @@ int CALLBACK ds_optionsProc(HWND hdlg,
|
||||
WORD wMsg,
|
||||
WPARAM wParam,
|
||||
LPARAM lParam);
|
||||
|
||||
#endif /* WIN32 */
|
||||
|
||||
void updateGlobals(void);
|
||||
void writeDSNinfo(const ConnInfo *ci);
|
||||
void getDSNdefaults(ConnInfo *ci);
|
||||
void getDSNinfo(ConnInfo *ci, char overwrite);
|
||||
void makeConnectString(char *connect_string, const ConnInfo *ci, UWORD);
|
||||
void copyAttributes(ConnInfo *ci, const char *attribute, const char *value);
|
||||
void copyCommonAttributes(ConnInfo *ci, const char *attribute, const char *value);
|
||||
|
||||
void writeDSNinfo(const ConnInfo * ci);
|
||||
void getDSNdefaults(ConnInfo * ci);
|
||||
void getDSNinfo(ConnInfo * ci, char overwrite);
|
||||
void makeConnectString(char *connect_string, const ConnInfo * ci, UWORD);
|
||||
void copyAttributes(ConnInfo * ci, const char *attribute, const char *value);
|
||||
void copyCommonAttributes(ConnInfo * ci, const char *attribute, const char *value);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user