shithub: neindaw

Download patch

ref: f0279eb1881ab98d17126c28687cc738fc5e1177
parent: e0838bdd8989f47809e8d141b863bcba0da955bc
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Wed Feb 26 19:20:41 EST 2020

dsp: turn more functions static

--- a/dsp/fs.c
+++ b/dsp/fs.c
@@ -148,13 +148,13 @@
 	meta[metalen] = 0;
 }
 
-void
+static void
 fsopen(Req *r)
 {
 	respond(r, nil);
 }
 
-void
+static void
 fsread(Req *r)
 {
 	Aux *a, *o;
@@ -218,7 +218,7 @@
 	}
 }
 
-void
+static void
 fswrite(Req *r)
 {
 	Aux *a, *o;