Skip to content

Commit

Permalink
Update mocking.h
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hunter <[email protected]>
  • Loading branch information
ianfhunter authored Nov 25, 2023
1 parent 01e5aa5 commit 8e6e729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grammar/util/mocking.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ typedef enum {
} MOCK_METHOD;

// Mocking Util
void reset_mocking();
void reset_mocking(void);
void init_mocking(MOCK_METHOD mock_style, int starting_value);
void mocking_tick();
void mocking_tick(void);

#endif

0 comments on commit 8e6e729

Please sign in to comment.