aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing-filenames.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-04 02:47:03 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:30 +0100
commitf878edd42b1774c6f7bbe5a5fce3f3251f38e4f3 (patch)
treebdc5d16fb546c8a53f7737bf9719bdc122dbefd7 /src/transport/transport-testing-filenames.c
parenteee291e1aaab89283ec03a00f3fed8a1cb20e083 (diff)
downloadgnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.tar.gz
gnunet-f878edd42b1774c6f7bbe5a5fce3f3251f38e4f3.zip
-DOC: Major doc comment stripping pass through TRANSPORT
Diffstat (limited to 'src/transport/transport-testing-filenames.c')
-rw-r--r--src/transport/transport-testing-filenames.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/transport/transport-testing-filenames.c b/src/transport/transport-testing-filenames.c
index 7c136b690..70c1ee55a 100644
--- a/src/transport/transport-testing-filenames.c
+++ b/src/transport/transport-testing-filenames.c
@@ -61,13 +61,6 @@ extract_filename (const char *file)
61} 61}
62 62
63 63
64/**
65 * Extracts the test filename from an absolute file name and removes
66 * the extension
67 *
68 * @param file absolute file name
69 * @return the result
70 */
71char * 64char *
72GNUNET_TRANSPORT_TESTING_get_test_name (const char *file) 65GNUNET_TRANSPORT_TESTING_get_test_name (const char *file)
73{ 66{
@@ -96,12 +89,6 @@ GNUNET_TRANSPORT_TESTING_get_test_name (const char *file)
96} 89}
97 90
98 91
99/**
100 * Extracts the filename from an absolute file name and removes the extension
101 *
102 * @param file absolute file name
103 * @return the result
104 */
105char * 92char *
106GNUNET_TRANSPORT_TESTING_get_test_source_name (const char *file) 93GNUNET_TRANSPORT_TESTING_get_test_source_name (const char *file)
107{ 94{
@@ -115,13 +102,6 @@ GNUNET_TRANSPORT_TESTING_get_test_source_name (const char *file)
115} 102}
116 103
117 104
118/**
119 * Extracts the plugin name from an absolute file name and the test name
120 *
121 * @param file absolute file name
122 * @param test test name
123 * @return the result
124 */
125char * 105char *
126GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *file, 106GNUNET_TRANSPORT_TESTING_get_test_plugin_name (const char *file,
127 const char *test) 107 const char *test)
@@ -161,14 +141,6 @@ suc:
161} 141}
162 142
163 143
164/**
165 * This function takes the filename (e.g. argv[0), removes a "lt-"-prefix and
166 * if existing ".exe"-prefix and adds the peer-number
167 *
168 * @param file filename of the test, e.g. argv[0]
169 * @param count peer number
170 * @return the result
171 */
172char * 144char *
173GNUNET_TRANSPORT_TESTING_get_config_name (const char *file, 145GNUNET_TRANSPORT_TESTING_get_config_name (const char *file,
174 int count) 146 int count)