Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Uri Yagelnik <[email protected]>
  • Loading branch information
uriyage committed Jan 6, 2025
1 parent d4ebb91 commit 765a486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ int moduleLateDefrag(robj *key, robj *value, unsigned long *cursor, monotime end
void moduleDefragGlobals(void);
void *moduleGetHandleByName(char *modulename);
int moduleIsModuleCommand(void *module_handle, struct serverCommand *cmd);
void initClientModuleData(client *c);
void freeClientModuleData(client *c);

#endif /* _MODULE_H_ */

0 comments on commit 765a486

Please sign in to comment.