summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-02-23 14:15:43 +0100
committerGuillem Jover <guillem@hadrons.org>2011-05-14 13:43:49 +0200
commit4c01261f3963c51ac0ee0f2b539cbf9298e8cc26 (patch)
treee48c21113ccebfdb24c512e98dfc677390bf5e3e
parent8a99226f16b3cf638d93b23a1c80f9df2d16fd0e (diff)
Move each version symbol declaration into its own line
-rw-r--r--Versions24
1 files changed, 19 insertions, 5 deletions
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;