summaryrefslogtreecommitdiffstats
path: root/src/libcroco/cr-sel-eng.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcroco/cr-sel-eng.h')
-rw-r--r--src/libcroco/cr-sel-eng.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/libcroco/cr-sel-eng.h b/src/libcroco/cr-sel-eng.h
index 564debc8d..206990eb6 100644
--- a/src/libcroco/cr-sel-eng.h
+++ b/src/libcroco/cr-sel-eng.h
@@ -44,6 +44,14 @@ G_BEGIN_DECLS
typedef struct _CRSelEng CRSelEng ;
typedef struct _CRSelEngPriv CRSelEngPriv ;
+typedef struct _CRArguments CRArguments ;
+
+//stores arguments of function of type an+b
+struct _CRArguments
+{
+ int a;
+ int b;
+} ;
/**
*The Selection engine class.