summaryrefslogtreecommitdiff
path: root/setedit/setedit/include/pathlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'setedit/setedit/include/pathlist.h')
-rw-r--r--setedit/setedit/include/pathlist.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/setedit/setedit/include/pathlist.h b/setedit/setedit/include/pathlist.h
new file mode 100644
index 0000000..4f81d1b
--- /dev/null
+++ b/setedit/setedit/include/pathlist.h
@@ -0,0 +1,13 @@
+/* Copyright (C) 2001-2004 by Salvador E. Tropea (SET),
+ see copyrigh file for details */
+class fpstream;
+
+void PathListEdit(int which, unsigned hCtx);
+void PathListSave(fpstream& s);
+void PathListLoad(fpstream& s);
+int PathListGetItem(ccIndex pos, char *buffer, int which);
+void PathListUnLoad();
+void PathListAdd(int which, const char *path);
+void PathListAddPathFor(void *item, int which);
+
+const int paliInclude=0, paliSource=1, paliLists=2;