]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Move each version symbol declaration into its own line
authorGuillem Jover <guillem@hadrons.org>
Wed, 23 Feb 2011 13:15:43 +0000 (14:15 +0100)
committerGuillem Jover <guillem@hadrons.org>
Sat, 14 May 2011 11:43:49 +0000 (13:43 +0200)
Versions

index 51dc9ec8a82b856e53748edb37f87fedb7ca26d5..619da34ae69afb5f3d6283cc3a57846580489b4c 100644 (file)
--- a/Versions
+++ b/Versions
@@ -3,8 +3,15 @@ LIBBSD_0.0 {
     arc4random;
     arc4random_stir;
     arc4random_addrandom;
-    bsd_getopt; optreset;
-    errc; warnc; verrc; vwarnc;
+
+    bsd_getopt;
+    optreset;
+
+    errc;
+    warnc;
+    verrc;
+    vwarnc;
+
     fgetln;
     fmtcheck;
     heapsort;
@@ -12,15 +19,22 @@ LIBBSD_0.0 {
 
     inet_net_pton; /* XXX: Already provided by glibc, remove. */
 
-    getprogname; setprogname;
+    getprogname;
+    setprogname;
+
     strlcpy;
     strlcat;
 
     setmode;
     getmode;
 
-    vis; strvis; strvisx;
-    unvis; strunvis; strunvisx;
+    vis;
+    strvis;
+    strvisx;
+    unvis;
+    strunvis;
+    strunvisx;
+
     MD5Init;
     MD5Update;
     MD5Pad;