~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to src/rawdialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2002 2003 2005, Magnus Hjorth
 
2
 * Copyright (C) 2002 2003 2005 2007, Magnus Hjorth
3
3
 *
4
4
 * This file is part of mhWaveEdit.
5
5
 *
24
24
#include <gtk/gtk.h>
25
25
#include "chunk.h"
26
26
 
27
 
Dataformat *rawdialog_execute(gchar *filename);
 
27
Dataformat *rawdialog_execute(gchar *filename, gint filesize, guint *offset);
28
28
 
29
29
#endif