[master] 2e846937e Update API info, remove VNUMpfx prototype.

Poul-Henning Kamp phk at FreeBSD.org
Fri Jun 4 08:11:08 UTC 2021


commit 2e846937e11c8626f71f31063fd3019af378d3ac
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Jun 4 08:09:07 2021 +0000

    Update API info, remove VNUMpfx prototype.

diff --git a/include/vnum.h b/include/vnum.h
index 6016d325e..cd08c3216 100644
--- a/include/vnum.h
+++ b/include/vnum.h
@@ -32,7 +32,6 @@
 
 /* from libvarnish/vnum.c */
 double VNUM(const char *p);
-double VNUMpfx(const char *p, const char **e);
 vtim_dur VNUM_duration_unit(vtim_dur r, const char *b, const char *e);
 vtim_dur VNUM_duration(const char *p);
 int64_t VNUM_bytes_unit(double r, const char *b, const char *e, uintmax_t rel,
diff --git a/include/vrt.h b/include/vrt.h
index 012d8a6ec..e61156401 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -54,6 +54,7 @@
  * binary/load-time compatible, increment MAJOR version
  *
  * NEXT (2021-09-15)
+ *	VNUMpfx() removed, SF_Parse_{Integer|Decimal|Number} added
  *	vrt_null_strands added
  *	vrt_null_blob added
  *	VRT_NULL_BLOB_TYPE added as the .type of vrt_null_blob


More information about the varnish-commit mailing list