networkstatus.c \
nodelist.c \
onion.c \
- pluggable_transports.c \
+ transports.c \
policies.c \
reasons.c \
relay.c \
ntmain.h \
onion.h \
or.h \
- pluggable_transports.h \
+ transports.h \
policies.h \
reasons.h \
relay.h \
#include "nodelist.h"
#include "onion.h"
#include "policies.h"
-#include "pluggable_transports.h"
+#include "transports.h"
#include "relay.h"
#include "rephist.h"
#include "router.h"
#include "router.h"
#include "util.h"
#include "routerlist.h"
-#include "pluggable_transports.h"
+#include "transports.h"
#ifdef MS_WINDOWS
#include <shlobj.h>
#endif
#include "ntmain.h"
#include "onion.h"
#include "policies.h"
-#include "pluggable_transports.h"
+#include "transports.h"
#include "relay.h"
#include "rendclient.h"
#include "rendcommon.h"
/* See LICENSE for licensing information */
/**
- * \file pluggable_transports.c
+ * \file transports.c
* \brief Pluggable Transports related code.
**/
#include "or.h"
#include "config.h"
#include "circuitbuild.h"
-#include "pluggable_transports.h"
+#include "transports.h"
/* ASN TIDY THESE UP*/
static void set_environ(char ***envp, const char *method,
/* See LICENSE for licensing information */
/**
- * \file pluggable_transpots.h
- * \brief Headers for pluggable_transpots.c
+ * \file transports.h
+ * \brief Headers for transports.c
**/
-#ifndef TOR_PLUGGABLE_TRANSPORTS_H
-#define TOR_PLUGGABLE_TRANSPORTS_H
+#ifndef TOR_TRANSPORTS_H
+#define TOR_TRANSPORTS_H
int pt_managed_launch_proxy(const char *method,
char **proxy_argv, int is_server);
#include "orconfig.h"
#define PT_PRIVATE
#include "or.h"
-#include "pluggable_transports.h"
+#include "transports.h"
#include "circuitbuild.h"
#include "test.h"