~andrewsomething/imagination/debian

« back to all changes in this revision

Viewing changes to src/slideshow_project.h

  • Committer: Andrew Starr-Bochicchio
  • Date: 2009-09-29 23:38:39 UTC
  • mfrom: (1.1.2)
  • Revision ID: a.starr.b@gmail.com-20090929233839-ucjnl2f35kw5fbx8
Tags: 2.0-1
* New upstream release. (Closes: #543218).
* debian/control: Build-depend on xsltproc, docbook-xsl, quilt,
  and doc-base.
* debian/imagination.doc-base: Register docs.
* debian/patches/10_link_math_lib.patch:
 - Add '-lm' to link to the math lib.
* debian/README.source: Explain quilt.
* debian/rules: Add quilt magic.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "support.h"
29
29
#include "callbacks.h"
30
30
 
31
 
void img_save_slideshow(img_window_struct *);
32
 
void img_load_slideshow(img_window_struct *);
 
31
void
 
32
img_save_slideshow( img_window_struct *img,
 
33
                                        const gchar       *output );
 
34
 
 
35
void
 
36
img_load_slideshow( img_window_struct *img,
 
37
                                        const gchar       *input );
33
38
#endif