diff options
Diffstat (limited to 'libdimension/profile.h')
-rw-r--r-- | libdimension/profile.h | 6 |
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 */ |