/* terminator.h */

#ifndef __wined_terminator_h
#define __wined_terminator_h

/* Force terminator of all strings to new value */
void force_terminators(browser_fileinfo *,char);

#endif
