summaryrefslogtreecommitdiffstats
path: root/libdimension/profile.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-04-21 23:00:26 -0400
committerTavian Barnes <tavianator@gmail.com>2011-04-21 23:00:26 -0400
commita7cd3703ea1ff4686d49888f014c746b56411fdf (patch)
tree7b4bc71c96ec1b30135343344ca0d0a7ba0a4437 /libdimension/profile.h
parentf055b64c58b9ce96a59da99e8f388d63aa4b0244 (diff)
downloaddimension-a7cd3703ea1ff4686d49888f014c746b56411fdf.tar.xz
New DMNSN_INTERNAL tag.
Diffstat (limited to 'libdimension/profile.h')
-rw-r--r--libdimension/profile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdimension/profile.h b/libdimension/profile.h
index 04c77e2..f7359a3 100644
--- a/libdimension/profile.h
+++ b/libdimension/profile.h
@@ -29,7 +29,7 @@
#include <stdbool.h>
/**
- * Record an test and its expected result. Called by dmnsn_[un]likely();
+ * Record a test and its expected result. Called by dmnsn_[un]likely();
* don't call directly.
* @param[in] result The result of the test.
* @param[in] expected The expected result of the test.
@@ -38,7 +38,7 @@
* @param[in] line The line number on which the test occurs.
* @return \p result.
*/
-bool dmnsn_expect(bool result, bool expected,
- const char *func, const char *file, unsigned int line);
+DMNSN_INTERNAL bool dmnsn_expect(bool result, bool expected, const char *func,
+ const char *file, unsigned int line);
#endif /* DIMENSION_IMPL_PROFILE_H */