From 4b60afcc640a340a87fa56431322a4bb4ae1cfea Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Tue, 08 Nov 2016 07:42:19 +0000
Subject: [PATCH] stuff and things

---
 src/utils.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils.h b/src/utils.h
index 185e5e3..4667634 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -19,7 +19,7 @@
 void write_all(int fd, char *buffer, size_t bytes);
 int read_all_fail(int fd, char *buffer, size_t bytes);
 int write_all_fail(int fd, char *buffer, size_t bytes);
-char *find_replace(char *str, char *orig, char *rep);
+void find_replace(char *str, char *orig, char *rep, char *output);
 void error(const char *s);
 void malloc_error();
 void file_error(char *s);

--
Gitblit v1.10.0