Skip to content

Commit a4c42aa

Browse files
Update mocking.c
1 parent b69dfb5 commit a4c42aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/logic/mocking.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818

1919
extern char *_custom_fossil_test_strdup(const char *str);
2020

21+
// *****************************************************************************
22+
// Function declarations
23+
// *****************************************************************************
24+
2125
void fossil_mock_init(fossil_mock_calllist_t *list) {
2226
if (!list) {
2327
return;

0 commit comments

Comments
 (0)