repo.or.cz
/
gnumeric.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update Spanish translation
[gnumeric.git]
/
plugins
/
applix
/
applix.h
blob
a298ebbe22f1152f189a63324c65076046206e1b
1
#ifndef PLUGIN_APPLIX_H
2
#define PLUGIN_APPLIX_H
3
4
#include <gnumeric.h>
5
6
void
applix_read
(
GOIOContext
*
io_context
,
WorkbookView
*
wbv
,
GsfInput
*
src
);
7
void
applix_write
(
GOIOContext
*
io_context
,
WorkbookView
const
*
wbv
,
8
GsfOutput
*
sink
);
9
10
#endif
/* PLUGIN_APPLIX_H */