summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm-x/spc_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm-x/spc_util.h')
-rw-r--r--Build/source/texk/dvipdfm-x/spc_util.h25
1 files changed, 20 insertions, 5 deletions
diff --git a/Build/source/texk/dvipdfm-x/spc_util.h b/Build/source/texk/dvipdfm-x/spc_util.h
index 5e71aa3508f..fbc4bb77ff4 100644
--- a/Build/source/texk/dvipdfm-x/spc_util.h
+++ b/Build/source/texk/dvipdfm-x/spc_util.h
@@ -33,10 +33,25 @@
*
* This is for reading *single* color specification.
*/
-extern int spc_util_read_colorspec (struct spc_env *spe, pdf_color *colorspec, struct spc_arg *args, int syntax);
-extern int spc_util_read_dimtrns (struct spc_env *spe, transform_info *dimtrns, struct spc_arg *args, int *page, int syntax);
-
-extern int spc_util_read_numbers (double *values, int num_values, struct spc_arg *args);
-extern int spc_util_read_pdfcolor (struct spc_env *spe, pdf_color *colorspec, struct spc_arg *args, pdf_color *defaultcolor);
+extern int spc_util_read_colorspec (struct spc_env *spe,
+ pdf_color *colorspec,
+ struct spc_arg *args, int syntax);
+extern int spc_util_read_dimtrns (struct spc_env *spe,
+ transform_info *dimtrns,
+ struct spc_arg *args, int syntax);
+
+extern int spc_util_read_blahblah (struct spc_env *spe,
+ transform_info *dimtrns,
+ int *page_no,
+ int *bbox_type,
+ struct spc_arg *args);
+
+
+extern int spc_util_read_numbers (double *values, int num_values,
+ struct spc_arg *args);
+extern int spc_util_read_pdfcolor (struct spc_env *spe,
+ pdf_color *colorspec,
+ struct spc_arg *args,
+ pdf_color *defaultcolor);
#endif /* _SPC_UTIL_H_ */