projects
/
fll
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0f5bb6
)
Update: Add missing 'extern' for prototype of controller_unlock_print_flush().
author
Kevin Day
<Kevin@kevux.org>
Wed, 19 Jun 2024 19:55:22 +0000
(14:55 -0500)
committer
Kevin Day
<Kevin@kevux.org>
Wed, 19 Jun 2024 19:55:22 +0000
(14:55 -0500)
level_3/controller/c/lock/private-lock_print.h
patch
|
blob
|
history
diff --git
a/level_3/controller/c/lock/private-lock_print.h
b/level_3/controller/c/lock/private-lock_print.h
index 62f135c77a02bad8bdab7f6f61c03911e1e9d272..6e9740c71560cef85f4d0bd245396f6a5b8fb335 100644
(file)
--- a/
level_3/controller/c/lock/private-lock_print.h
+++ b/
level_3/controller/c/lock/private-lock_print.h
@@
-70,7
+70,7
@@
extern "C" {
* @see f_thread_mutex_unlock()
*/
#ifndef _di_controller_unlock_print_flush_
- void controller_unlock_print_flush(const f_file_t to, controller_thread_t * const thread) F_attribute_visibility_internal_d;
+
extern
void controller_unlock_print_flush(const f_file_t to, controller_thread_t * const thread) F_attribute_visibility_internal_d;
#endif // _di_controller_unlock_print_flush_
#ifdef __cplusplus