Fix problems with uniqueness of short names in system files with very
[pspp-builds.git] / src / data / sys-file-private.h
index a2a85c0d9ae1b4aec634deda262dfbedfdcde86f..7170f9f4ad279e99d1db81a7dbefd05d2b60c490 100644 (file)
@@ -23,5 +23,6 @@
 #define EFFECTIVE_LONG_STRING_LENGTH (MIN_VERY_LONG_STRING - 4)
 
 int sfm_width_to_bytes (int width);
+int sfm_width_to_segments (int width);
 
 #endif /* data/sys-file-private.h */