Andreas Tille pushed to branch master at Debian Med / acedb


Commits:
cf5f23d6 by Andreas Tille at 2024-04-14T10:00:01+02:00
Add missing declarations in w5

- - - - -


1 changed file:

- debian/patches/fix_implicit_declaration.patch


Changes:

=====================================
debian/patches/fix_implicit_declaration.patch
=====================================
@@ -34,3 +34,23 @@ Forwarded: No (orphaned upstream)
  
  /******************************************************************/
  
+--- a/w5/idacedb.h
++++ b/w5/idacedb.h
+@@ -49,4 +49,17 @@ ID* idaChildren (IdCnxn ix, char *domain
+ IdHistory* idaHistory (IdCnxn ix, char *domain, ID id, int version) ;
+ ID* idaChanged (IdCnxn ix, char *domain, char* timeStamp) ;
+ 
++IdError idaError (IdCnxn ix);
++BOOL idaKill (IdCnxn ix, char* domain, ID id, mytime_t date);
++BOOL idaResurrect (IdCnxn ix, char *domain, ID id, mytime_t date);
++BOOL idaMerge (IdCnxn ix, char *domain, ID id, ID target, mytime_t date);
++BOOL idaAddName (IdCnxn ix, char *domain, ID id, char*nameType, char 
*newName, mytime_t date);
++BOOL idaRemoveName (IdCnxn ix, char *domain, ID id, char*nameType, char 
*name, mytime_t date);
++int idaVersion (IdCnxn ix, char *domain, ID id);
++BOOL idaLive (IdCnxn ix, char *domain, ID id);
++BOOL idaExists (IdCnxn ix, char *domain, ID id);
++IdError idaCreateDomain (IdCnxn ix, char *domain);
++IdError idaSetTemplate (IdCnxn ix, char *domain, char *template);
++IdError idaAddNameType (IdCnxn ix, char *domain, BOOL isUnique, BOOL 
isPrimary);
++
+ #endif /* !IDCURATE_ACEDB_H */



View it on GitLab: 
https://salsa.debian.org/med-team/acedb/-/commit/cf5f23d6e56cec63f969302d03230fd52ca22ec5

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/acedb/-/commit/cf5f23d6e56cec63f969302d03230fd52ca22ec5
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to