]> granicus.if.org Git - libvpx/commitdiff
md5_utils.c: make a function static
authorJames Zern <jzern@google.com>
Fri, 15 May 2015 02:37:27 +0000 (19:37 -0700)
committerJames Zern <jzern@google.com>
Fri, 15 May 2015 03:51:14 +0000 (20:51 -0700)
silences a missing prototype warning

Change-Id: I982c9c70e0e9f94a5201559300cadb8bd22441f9

md5_utils.c

index 8fb26e2084b2331e4314576dcdd365f332ab801c..f4f893a2d6764e4366f97539ea76371e4e061ff9 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "md5_utils.h"
 
-void
+static void
 byteSwap(UWORD32 *buf, unsigned words) {
   md5byte *p;