MINOR: global: export many symbols.

The functions "val_payload_lv" and "val_hdr" are useful with
lua. The lua automatic binding for sample fetchs needs to
compare check functions.

The "arg_type_names" permit to display error messages.
diff --git a/include/proto/payload.h b/include/proto/payload.h
index 4b658d4..fd89c88 100644
--- a/include/proto/payload.h
+++ b/include/proto/payload.h
@@ -27,6 +27,7 @@
 #include <types/session.h>
 
 int fetch_rdp_cookie_name(struct session *s, struct sample *smp, const char *cname, int clen);
+int val_payload_lv(struct arg *arg, char **err_msg);
 
 #endif /* _PROTO_PROTO_PAYLOAD_H */