about.c: cosmetix
[k8lowj.git] / src / smartquotes.h
blob2b47c4f02504c132161159a1ab59f84a2e2c726a
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef __smartquotes_h__
8 #define __smartquotes_h__
10 void smartquotes_attach(GtkTextBuffer *buffer, gboolean russian_mode);
11 void smartquotes_detach(GtkTextBuffer *buffer);
13 #endif /* __smartquotes_h__ */