tokkee.org
Code
projects
/
inkscape.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove g++ 4.1.1 compiler errors
[inkscape.git]
/
src
/
conditions.h
1
#ifndef CONDITIONS_H_
2
#define CONDITIONS_H_
3
4
#include "sp-item.h"
5
6
bool sp_item_evaluate(SPItem const *item);
7
8
#endif /*CONDITIONS_H_*/