From 913d355ec1cf34aad71fdd75202fc3b0309e63a0 Mon Sep 17 00:00:00 2001
From: Joseph Redmon <pjreddie@gmail.com>
Date: Thu, 28 Jan 2016 20:30:38 +0000
Subject: [PATCH] lots of stuff

---
 src/image.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/image.h b/src/image.h
index c3e1a78..4846bc1 100644
--- a/src/image.h
+++ b/src/image.h
@@ -58,6 +58,7 @@
 void print_image(image m);
 
 image make_image(int w, int h, int c);
+image make_random_image(int w, int h, int c);
 image make_empty_image(int w, int h, int c);
 image float_to_image(int w, int h, int c, float *data);
 image copy_image(image p);

--
Gitblit v1.10.0