aboutsummaryrefslogtreecommitdiff
path: root/Converter/includes
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-20 15:34:35 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-20 15:34:35 +0100
commit6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb (patch)
tree45a2dc750f3779de03bc7b903360b18dcc910461 /Converter/includes
parent33274515c4ee5dc844314feea046bb321cb99aea (diff)
downloadmdhtml-6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb.tar.gz
mdhtml-6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb.tar.bz2
mdhtml-6e06b3c54b1b317a9cf4fe97c8b473c97d2a2acb.zip
~test_compile* -> compile_line_header_depth
Prefix 'test_' is useless and bloat
Diffstat (limited to 'Converter/includes')
-rw-r--r--Converter/includes/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Converter/includes/test.h b/Converter/includes/test.h
index 8941ecd..f775af4 100644
--- a/Converter/includes/test.h
+++ b/Converter/includes/test.h
@@ -3,6 +3,6 @@
// Test methods to run
-void test_compile_line_header_depth(void);
+void compile_line_header_depth(void);
#endif // __TEST_H_