ports/net/openbgpd/files/patch-bgpctl_util.h
Florent Thoumie b5ed954f0f - Update net/openbgpd to 4.0.
- Add some information about the configuration file and its permissions.
2007-07-19 11:58:59 +00:00

11 lines
239 B
C

--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ bgpctl/util.h 8 Feb 2007 10:32:19 -0000
@@ -0,0 +1,8 @@
+/*
+ * Written by Claudio Jeker, Public Domain
+ */
+
+#define FMT_SCALED_STRSIZE 7
+
+int fmt_scaled(long long number, char *result);
+