view src/xs_title.h @ 28:15250dd0c326

Removed obsolete file
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jun 2003 22:52:00 +0000
parents 271be59be975
children
line wrap: on
line source

#ifndef XS_TITLE_H
#define XS_TITLE_H

#ifdef __cplusplus
extern "C" {
#endif

/*
 * Functions
 */
gchar	*xs_filetitle_get(void *, gint);

#ifdef __cplusplus
}
#endif

#endif /* XS_TITLE_H */