about summary refs log tree commit diff
path: root/converter/other/srf.h
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-05-25 03:02:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-05-25 03:02:46 +0000
commitbe68d56e96c48d548b33b487f12bf7850e9cb92c (patch)
tree86a0d5e5940df9f32ee6e00664edf6b20df1cdf8 /converter/other/srf.h
parentf621ebcdaa736bed6cbb37ca28082e722398249b (diff)
downloadnetpbm-mirror-be68d56e96c48d548b33b487f12bf7850e9cb92c.tar.gz
netpbm-mirror-be68d56e96c48d548b33b487f12bf7850e9cb92c.tar.xz
netpbm-mirror-be68d56e96c48d548b33b487f12bf7850e9cb92c.zip
Make one PAM image per SRF image
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1490 9d0c8265-081b-0410-96cb-a4ca84ce46f8
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