view src/xs_title.h @ 35:3fcc147b253a

Updates towards 0.8beta0
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 20:13:00 +0000
parents 15250dd0c326
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 */