We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69dfb5 commit a4c42aaCopy full SHA for a4c42aa
code/logic/mocking.c
@@ -18,6 +18,10 @@
18
19
extern char *_custom_fossil_test_strdup(const char *str);
20
21
+// *****************************************************************************
22
+// Function declarations
23
24
+
25
void fossil_mock_init(fossil_mock_calllist_t *list) {
26
if (!list) {
27
return;
0 commit comments