Shayan Doust pushed to branch master at Debian Med / marginphase
Commits:
e7e91249 by Shayan Doust at 2020-06-23T17:15:19+01:00
Missing *private* header as missing-sources
- - - - -
2 changed files:
- + debian/missing-sources/sonLibListPrivate.h
- + debian/source/include-binaries
Changes:
=====================================
debian/missing-sources/sonLibListPrivate.h
=====================================
@@ -0,0 +1,23 @@
+/*
+ * sonListPrivate.h
+ *
+ * Created on: 28 Jun 2012
+ * Author: benedictpaten
+ */
+
+#ifndef SONLISTPRIVATE_H_
+#define SONLISTPRIVATE_H_
+
+struct _stList {
+ void **list;
+ int64_t length;
+ int64_t maxLength;
+ void (*destructElement)(void *);
+};
+
+struct _stListIterator {
+ stList *list;
+ int64_t index;
+};
+
+#endif /* SONLISTPRIVATE_H_ */
=====================================
debian/source/include-binaries
=====================================
@@ -0,0 +1 @@
+debian/missing-sources/sonLibListPrivate.h
View it on GitLab:
https://salsa.debian.org/med-team/marginphase/-/commit/e7e912495186bf5ee9d59e1dea6466abfb7fc6eb
--
View it on GitLab:
https://salsa.debian.org/med-team/marginphase/-/commit/e7e912495186bf5ee9d59e1dea6466abfb7fc6eb
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit