]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ps/ev-spectre.h
backends: Fix several security issues in the dvi-backend.
[evince.git] / backend / ps / ev-spectre.h
index fb00f9fb2c96101b14bf09fda28481d9943105d5..42bf969dc70d7daad93af1965e18847e649bf87c 100644 (file)
@@ -17,8 +17,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __PS_DOCUMENT_H__
@@ -39,7 +39,9 @@ G_BEGIN_DECLS
 typedef struct _PSDocument      PSDocument;
 typedef struct _PSDocumentClass PSDocumentClass;
 
-GType ps_document_get_type (void) G_GNUC_CONST;
+GType                 ps_document_get_type    (void) G_GNUC_CONST;
+
+G_MODULE_EXPORT GType register_evince_backend (GTypeModule *module);
 
 G_END_DECLS