GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Toggle main menu visibility
Main Page
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Files
File List
Globals
All
g
j
Functions
g
Variables
Typedefs
g
Enumerations
g
j
Enumerator
g
Macros
g
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
include
backends
gp_proxy_conn.h
Go to the documentation of this file.
1
//SPDX-License-Identifier: LGPL-2.0-or-later
2
/*
3
4
Copyright (c) 2019-2024 Cyril Hrubis <metan@ucw.cz>
5
6
*/
7
13
#ifndef GP_PROXY_CONN_H
14
#define GP_PROXY_CONN_H
15
24
int
gp_proxy_server_init
(
const
char
*conn_path);
25
35
int
gp_proxy_client_connect
(
const
char
*conn_path);
36
37
#endif
/* GP_PROXY_CONN_H */
gp_proxy_server_init
int gp_proxy_server_init(const char *conn_path)
Start a proxy backend sever.
gp_proxy_client_connect
int gp_proxy_client_connect(const char *conn_path)
Connects to a proxy backend sever.
Generated by
1.9.8