[med-svn] [Git][med-team/marginphase][master] Missing *private* header as missing-sources
Shayan Doust
gitlab at salsa.debian.org
Tue Jun 23 17:15:41 BST 2020
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200623/d357c8a9/attachment.html>
More information about the debian-med-commit
mailing list