Clean up and document API for hashes
[p5sagit/p5-mst-13.2.git] / cv.h
diff --git a/cv.h b/cv.h
index 57e8142..e7e8ce2 100644 (file)
--- a/cv.h
+++ b/cv.h
@@ -7,6 +7,8 @@
  *
  */
 
+/* This structure much match the beginning of XPVFM */
+
 struct xpvcv {
     char *     xpv_pv;         /* pointer to malloced string */
     STRLEN     xpv_cur;        /* length of xp_pv as a C string */