Tor
0.4.9.2-alpha-dev
Toggle main menu visibility
Main Page
Related Pages
Modules
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
Functions
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
Enumerator
Files
File List
Globals
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
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
b
c
d
f
g
h
l
m
n
o
p
r
s
v
Enumerations
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerator
a
b
c
d
e
g
h
i
m
n
o
p
q
r
s
t
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
lib
pubsub
pubsub_publish.h
Go to the documentation of this file.
1
/* Copyright (c) 2001, Matej Pfajfar.
2
* Copyright (c) 2001-2004, Roger Dingledine.
3
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
4
* Copyright (c) 2007-2021, The Tor Project, Inc. */
5
/* See LICENSE for licensing information */
6
7
/**
8
* @file pubsub_publish.h
9
* @brief Header for pubsub_publish.c
10
**/
11
12
#ifndef TOR_PUBSUB_PUBLISH_H
13
#define TOR_PUBSUB_PUBLISH_H
14
15
#include "
lib/dispatch/msgtypes.h
"
16
struct
pub_binding_t
;
17
18
int
pubsub_pub_
(
const
struct
pub_binding_t
*pub,
msg_aux_data_t
auxdata);
19
20
#endif
/* !defined(TOR_PUBSUB_PUBLISH_H) */
msgtypes.h
Types used for messages in the dispatcher code.
pubsub_pub_
int pubsub_pub_(const pub_binding_t *pub, msg_aux_data_t auxdata)
Definition:
pubsub_publish.c:34
pub_binding_t
Definition:
pub_binding_st.h:24
msg_aux_data_t
Definition:
msgtypes.h:42
Generated by
1.9.4