-
- Downloads
Clean up gcc warnings. Avoid the bad habit of putting externs in .c
files rather than a header file where they belong. Pay some modicum of attention to picking global routine names that aren't likely to conflict with surrounding applications.
Showing
- src/interfaces/libpq/fe-connect.c 7 additions, 15 deletionssrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/fe-misc.c 7 additions, 11 deletionssrc/interfaces/libpq/fe-misc.c
- src/interfaces/libpq/fe-secure.c 13 additions, 42 deletionssrc/interfaces/libpq/fe-secure.c
- src/interfaces/libpq/libpq-int.h 10 additions, 1 deletionsrc/interfaces/libpq/libpq-int.h
Loading
Please register or sign in to comment