summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-05-14 19:37:27 -0700
committerJames Zern <jzern@google.com>2015-05-14 20:51:14 -0700
commit26453e7b6776cbd09f62d581d6847c0a1b892823 (patch)
tree56f664c95a27fc47a954ef096b6b29707e0e3106
parentdb4afa6bd284d0e6a36151002d077a627c1ec5c3 (diff)
downloadlibvpx-26453e7b6776cbd09f62d581d6847c0a1b892823.tar
libvpx-26453e7b6776cbd09f62d581d6847c0a1b892823.tar.gz
libvpx-26453e7b6776cbd09f62d581d6847c0a1b892823.tar.bz2
libvpx-26453e7b6776cbd09f62d581d6847c0a1b892823.zip
md5_utils.c: make a function static
silences a missing prototype warning Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9
-rw-r--r--md5_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5_utils.c b/md5_utils.c
index 8fb26e208..f4f893a2d 100644
--- a/md5_utils.c
+++ b/md5_utils.c
@@ -24,7 +24,7 @@
#include "md5_utils.h"
-void
+static void
byteSwap(UWORD32 *buf, unsigned words) {
md5byte *p;