view src/xs_title.h @ 41:c145ff12f2d0

Various improvements
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 23:50: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 */