MCPcopy Create free account
hub / github.com/NetHack/NetHack / nh_sfunconvert

Function nh_sfunconvert

src/files.c:2078–2082  ·  view source on GitHub ↗

unconvert file if it exists */

Source from the content-addressed store, hash-verified

2076
2077/* unconvert file if it exists */
2078void
2079nh_sfunconvert(const char *filename)
2080{
2081 (void) doconvert_file(filename, 0, TRUE);
2082}
2083
2084#else /* !SFCTOOL */
2085/* in sfctool, these are in sfctool.c, not in here */

Callers

nothing calls this directly

Calls 1

doconvert_fileFunction · 0.85

Tested by

no test coverage detected