1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 #ifndef __LOGJAM_SMARTQUOTES_H__
5 #define __LOGJAM_SMARTQUOTES_H__
7 void smartquotes_attach(GtkTextBuffer
* buffer
, gboolean russian_mode
);
8 void smartquotes_detach(GtkTextBuffer
* buffer
);
10 #endif /* __smartquotes_h__ */