aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/fmt_serverstatus.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-10-28 11:47:06 -0400
committerNick Mathewson <nickm@torproject.org>2020-10-28 11:48:23 -0400
commitf7d0bde4f0d69d815c90b70f4bf8b7f9efddceaf (patch)
treef8b743712cdd51d1b341b78afee1aa88d2f4ed3a /src/feature/control/fmt_serverstatus.h
parent2edda444da8d66cbbe86af3c97352ab9b89d651d (diff)
downloadtor-f7d0bde4f0d69d815c90b70f4bf8b7f9efddceaf.tar.gz
tor-f7d0bde4f0d69d815c90b70f4bf8b7f9efddceaf.zip
Remove "GETINFO network-status".
It was deprecated 0.3.1.1-alpha. According to #22473, nothing uses it. Closes #22473.
Diffstat (limited to 'src/feature/control/fmt_serverstatus.h')
-rw-r--r--src/feature/control/fmt_serverstatus.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/feature/control/fmt_serverstatus.h b/src/feature/control/fmt_serverstatus.h
deleted file mode 100644
index 9dd9fe125c..0000000000
--- a/src/feature/control/fmt_serverstatus.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* Copyright (c) 2001 Matej Pfajfar.
- * Copyright (c) 2001-2004, Roger Dingledine.
- * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
- * Copyright (c) 2007-2020, The Tor Project, Inc. */
-/* See LICENSE for licensing information */
-
-/**
- * \file fmt_serverstatus.h
- * \brief Header file for fmt_serverstatus.c.
- **/
-
-#ifndef TOR_FMT_SERVERSTATUS_H
-#define TOR_FMT_SERVERSTATUS_H
-
-int list_server_status_v1(smartlist_t *routers, char **router_status_out,
- int for_controller);
-
-#endif /* !defined(TOR_FMT_SERVERSTATUS_H) */