summaryrefslogtreecommitdiff
path: root/src/trg-model.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-model.h')
-rw-r--r--src/trg-model.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/trg-model.h b/src/trg-model.h
index 427e0bd..e954153 100644
--- a/src/trg-model.h
+++ b/src/trg-model.h
@@ -17,7 +17,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-
#ifndef TRG_MODEL_H_
#define TRG_MODEL_H_
@@ -26,4 +25,8 @@
void trg_model_remove_removed(GtkListStore * model, gint serial_column,
gint64 currentSerial);
+gboolean
+find_existing_model_item(GtkTreeModel * model, gint search_column, gint64 id,
+ GtkTreeIter * iter);
+
#endif /* TRG_MODEL_H_ */