about summary refs log tree commit diff
path: root/converter/other/srf.h
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/srf.h')
-rw-r--r--converter/other/srf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/converter/other/srf.h b/converter/other/srf.h
index 1821f305..e06355a4 100644
--- a/converter/other/srf.h
+++ b/converter/other/srf.h
@@ -159,12 +159,12 @@ void
 srf_term(struct srf * const srfP);
 
 void
-srf_init(struct srf * const srfP,
-         uint32_t     const imgCnt,
-         uint16_t     const width3d,
-         uint16_t     const height3d,
-         uint16_t     const widthOv,
-         uint16_t     const heightOv);
+srf_init(struct srf * const srfP);
+
+void
+srf_create_img(struct srf * const srfP,
+               uint16_t     const width,
+               uint16_t     const height);
 
 #endif