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 b358eb3d14ddd2c5f29d47ede63f1c90697d22e2..099950109e1f98dc0fedd51ab294247d9ad2f67a 100644
(file)
--- a/
lib/selection.h
+++ b/
lib/selection.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder
/*
* This file is part of DisOrder
- * Copyright (C) 2006 Richard Kettlewell
+ * Copyright (C) 2006
, 2007
Richard Kettlewell
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@
-17,10
+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.h
+ * @brief Select management for Disobedience
+ */
#ifndef SELECTION_H
#define SELECTION_H
#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);
@@
-53,4
+58,3
@@
fill-column:79
indent-tabs-mode:nil
End:
*/
indent-tabs-mode:nil
End:
*/
-/* arch-tag:es7QFEo6xhzYHZ6+Ejos/A */