X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=platform.h;h=acb632ee2eba9a1927b4ebf094bc9ce6d5c15f99;hb=759fca692121e736bb78dac77dcaed6919bf301c;hp=50b119a6beb12c0ecc3d739dec673397ed78c898;hpb=f53502c9ca9b78090712a424c1b87c27682be66c;p=xonotic%2Fgmqcc.git diff --git a/platform.h b/platform.h index 50b119a..acb632e 100644 --- a/platform.h +++ b/platform.h @@ -185,24 +185,6 @@ const char *platform_ctime(const time_t *timer); */ char *platform_strncat(char *dest, const char *src, size_t num); -/* - * Function: platform_tmpnam - * Generates names you can use to create temporary files. - * - * Parameters: - * str - Pointer that will hold the generated name and will be identical - * to the name returned by the function. This is a convenient way - * to save the generated name. - * - * Returns: - * Pointer to the name generate or *NULL* if there is a failure. Failure - * can occur if you attempt more than TMP_MAX calls. - * - * Remarks: - * Returns a name unique in the current workign directory. - */ -const char *platform_tmpnam(char *str); - /* * Function: platform_getenv * Get a value from the current enviroment.