Oops - puttytel now needs a stub random_destroy_seed() to compile

[originally from svn r628]
This commit is contained in:
Simon Tatham 2000-09-25 16:25:12 +00:00
Родитель 4f3def030a
Коммит 1aa92869c0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -19,5 +19,9 @@ struct backend_list backends[] = {
void random_save_seed(void) {
}
void random_destroy_seed(void) {
}
void noise_ultralight(DWORD data) {
}