/* Reads the dictionary from file with handle H, and returns it in a
dictionary structure. This dictionary may be modified in order to
rename, reorder, and delete variables, etc. */
-struct any_reader *
+static struct any_reader *
pfm_open (struct file_handle *fh)
{
struct pool *volatile pool = NULL;
return NULL;
}
-struct casereader *
+static struct casereader *
pfm_decode (struct any_reader *r_, const char *encoding UNUSED,
struct dictionary **dictp, struct any_read_info *info)
{
/* Detects whether FILE is an SPSS portable file. Returns 1 if so, 0 if not,
and a negative errno value if there is an error reading FILE. */
-int
+static int
pfm_detect (FILE *file)
{
unsigned char header[464];
/* Returns the character encoding obtained from R, or a null pointer if R
doesn't have an indication of its character encoding. */
-const char *
+static const char *
sfm_get_encoding (const struct sfm_reader *r)
{
/* The EXT_ENCODING record is the best way to determine dictionary