Tor
0.4.7.0-alpha-dev
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.1