Author: sveinung
Date: Sat Oct 15 22:39:56 2016
New Revision: 34145

URL: http://svn.gna.org/viewcvs/freeciv?rev=34145&view=rev
Log:
specvec comment: document foo_vector_append().

Modified:
    trunk/utility/specvec.h

Modified: trunk/utility/specvec.h
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/utility/specvec.h?rev=34145&r1=34144&r2=34145&view=diff
==============================================================================
--- trunk/utility/specvec.h     (original)
+++ trunk/utility/specvec.h     Sat Oct 15 22:39:56 2016
@@ -33,6 +33,7 @@
       void foo_vector_copy(struct foo_vector *to,
                 const struct foo_vector *from);
       void foo_vector_free(struct foo_vector *tthis);
+      void foo_vector_append(struct foo_vector *tthis, foo_t pfoo);
 
    Note this is not protected against multiple inclusions; this is
    so that you can have multiple different specvectors.  For each


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to