Move each version symbol declaration into its own line
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
diff --git a/Versions b/Versions
index 51dc9ec..619da34 100644
--- 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;