Mercurial > audlegacy
view src/audacious/ui_credits.h @ 4157:e474286a4c23
Close_ini_file() frees all memory allocated in open_ini_file() (Bugzilla #40)
author | Jussi Judin <jjudin+audacious@iki.fi> |
---|---|
date | Wed, 09 Jan 2008 09:44:01 -0600 |
parents | b5ee3a4a8e3b |
children | 2eee464379dc |
line wrap: on
line source
#ifndef ABOUT_H #define ABOUT_H void show_about_window(void); void hide_about_window(void); void show_credits_window(void); #endif