chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start reimplenting search in Disobedience choose tabs. Results are
[disorder]
/
lib
/
selection.h
diff --git
a/lib/selection.h
b/lib/selection.h
index 90896495f1e5901c2af988f24f2ce0418ac990a0..099950109e1f98dc0fedd51ab294247d9ad2f67a 100644
(file)
--- a/
lib/selection.h
+++ b/
lib/selection.h
@@
-17,13
+17,15
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*/
-/** @file lib/selection.
c
+/** @file lib/selection.
h
* @brief Select management for Disobedience
*/
#ifndef SELECTION_H
#define SELECTION_H
* @brief Select management for Disobedience
*/
#ifndef SELECTION_H
#define SELECTION_H
+#include "hash.h"
+
/* Represent a selection using a hash */
hash *selection_new(void);
/* Represent a selection using a hash */
hash *selection_new(void);