X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fspreadsheet-reader.h;h=9f84fa1abeb9eab212e9f6c7af13585c8191095a;hb=8f5194875a0a3d41fef91825fd8378bb004d6f51;hp=ead9185558a9c75d4aba3f2ff6aef01bbf1d20bb;hpb=1455e7853d83b8c1010910f3805b7629f574b48a;p=pspp diff --git a/src/data/spreadsheet-reader.h b/src/data/spreadsheet-reader.h index ead9185558..9f84fa1abe 100644 --- a/src/data/spreadsheet-reader.h +++ b/src/data/spreadsheet-reader.h @@ -40,7 +40,8 @@ struct spreadsheet_read_info int asw ; /* The width of string variables in the created dictionary */ }; -int pseudo_base26 (const char *str); +int ps26_to_int (const char *str); +char * int_to_ps26 (int); bool convert_cell_ref (const char *ref, int *col0, int *row0,