SF.net SVN: geany-plugins:[1474] trunk/geanylatex/src/latexstructure.h
frlan at users.sourceforge.net
frlan at xxxxx
Sun Jun 27 12:02:20 UTC 2010
Revision: 1474
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1474&view=rev
Author: frlan
Date: 2010-06-27 12:02:20 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
GeanyLaTeX: Add glatex_structure_rotate() to interface of latexstructure.h
Modified Paths:
--------------
trunk/geanylatex/src/latexstructure.h
Modified: trunk/geanylatex/src/latexstructure.h
===================================================================
--- trunk/geanylatex/src/latexstructure.h 2010-06-27 12:01:15 UTC (rev 1473)
+++ trunk/geanylatex/src/latexstructure.h 2010-06-27 12:02:20 UTC (rev 1474)
@@ -38,7 +38,6 @@
extern const gchar *glatex_structure_values[];
void glatex_structure_lvlup();
-
void glatex_structure_lvldown();
-
+gint glatex_structure_rotate(gboolean direction, gint start);
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list