summaryrefslogtreecommitdiff
path: root/reverse-engineering/dosbox_snif/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'reverse-engineering/dosbox_snif/utils.h')
-rw-r--r--reverse-engineering/dosbox_snif/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/reverse-engineering/dosbox_snif/utils.h b/reverse-engineering/dosbox_snif/utils.h
index a7031a8..ee8441f 100644
--- a/reverse-engineering/dosbox_snif/utils.h
+++ b/reverse-engineering/dosbox_snif/utils.h
@@ -7,5 +7,6 @@ int tcp_client_init(char host[], char port[], int *sockfd);
void flatten(char *seg_off);
int hexascii2bin(char src[], void *dst, int maxlen);
int bit_position(uint16_t flags);
+int imin(int a, int b);
#endif /*_UTIL_H*/