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
expr: remove wrong, but dead, code.
[gnumeric.git]
/
plugins
/
oleo
/
oleo.h
blob
77985bfe8f10985cab4ad2653042680f452b9be2
1
#ifndef OLEO_H
2
#define OLEO_H
3
4
#include <gnumeric.h>
5
6
void
oleo_read
(
GOIOContext
*
io_context
,
Workbook
*
wb
,
GsfInput
*
input
);
7
8
#endif