core/conv: Add utility methods to know length of coded/decoded vectors

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
diff --git a/include/osmocom/core/conv.h b/include/osmocom/core/conv.h
index 159a055..e76a5c6 100644
--- a/include/osmocom/core/conv.h
+++ b/include/osmocom/core/conv.h
@@ -71,6 +71,12 @@
 };
 
 
+/* Common */
+
+int osmo_conv_get_input_length(const struct osmo_conv_code *code, int len);
+int osmo_conv_get_output_length(const struct osmo_conv_code *code, int len);
+
+
 /* Encoding */
 
 	/* Low level API */