libpq_testclient.c File Reference
Include dependency graph for libpq_testclient.c:
Go to the source code of this file.
int
main (int argc, char *argv[])
Function Documentation
◆ main()
int main
(
int
argc,
char *
argv[]
)
Definition at line 27 of file libpq_testclient.c.
28{
29 if ((argc > 1) && !strcmp(argv[1], "--ssl"))
30 {
32 return 0;
33 }
34
35 printf(
"currently only --ssl is supported\n");
36 return 1;
37}
static void print_ssl_library()
References print_ssl_library(), and printf.
◆ print_ssl_library()
static void print_ssl_library
(
)
static