diff options
Diffstat (limited to 'src/include/usr/example/example.H')
-rw-r--r-- | src/include/usr/example/example.H | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/usr/example/example.H b/src/include/usr/example/example.H index 1444893b2..b22c38da2 100644 --- a/src/include/usr/example/example.H +++ b/src/include/usr/example/example.H @@ -15,4 +15,13 @@ */ uint64_t example1_function(); +/** + * @brief Example of creating an error log function + * + * @return void + * + */ +void example2_create_errorlog_function(); + + #endif |