Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116061 | Differences between
and this patch

Collapse All | Expand All

(-)xglk/xg_fileref.c~ (+5 lines)
Lines 344-349 Link Here
344
  unlink(fref->filename);
344
  unlink(fref->filename);
345
}
345
}
346
346
347
char* garglk_fileref_get_name(fileref_t *fref)
348
{
349
    return fref->filename;
350
}
351
347
/* This should only be called from startup code. */
352
/* This should only be called from startup code. */
348
void glkunix_set_base_file(char *filename)
353
void glkunix_set_base_file(char *filename)
349
{
354
{
(-)xglk/xg_misc.c~ (+16 lines)
Lines 212-215 Link Here
212
  return char_toupper_table[ch];
212
  return char_toupper_table[ch];
213
}
213
}
214
214
215
void garglk_set_program_name(const char *name)
216
{
217
}
218
219
void garglk_set_program_info(const char *info)
220
{
221
}
222
223
void garglk_set_story_name(const char *name)
224
{
225
}
226
227
void garglk_set_config(const char *name)
228
{
229
}
230
215
231

Return to bug 116061