repo.or.cz
/
eco.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add basic lock/unlock support.
[eco.git]
/
update.h
blob
b167f3e73cf5492574b48e1bd11518add1cc9416
1
/*
2
* Copyright (C) 2008 Diego Hernan Borghetti.
3
* Eco
4
*/
5
6
#ifndef _ECO_UPDATE_H
7
#define _ECO_UPDATE_H
8
9
void
e_update
(
E_Eco
*
ec
);
10
11
#endif
/* _ECO_UPDATE_H */