summaryrefslogtreecommitdiff
path: root/src/cr-selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-selector.h')
-rw-r--r--src/cr-selector.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cr-selector.h b/src/cr-selector.h
index dd6a7f7..6bf7697 100644
--- a/src/cr-selector.h
+++ b/src/cr-selector.h
@@ -1,4 +1,4 @@
-/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
+/* -*- Mode: C; indent-tabs-mode: ni; c-basic-offset: 8 -*- */
/*
* This file is part of The Croco Library
@@ -80,9 +80,9 @@ CRSelector* cr_selector_append_simple_sel (CRSelector *a_this,
CRSelector* cr_selector_prepend (CRSelector *a_this, CRSelector *a_new) ;
-guchar * cr_selector_to_string (CRSelector const *a_this) ;
+guchar * cr_selector_to_string (CRSelector *a_this) ;
-void cr_selector_dump (CRSelector const *a_this, FILE *a_fp) ;
+void cr_selector_dump (CRSelector *a_this, FILE *a_fp) ;
void cr_selector_ref (CRSelector *a_this) ;