aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_strings_lib.h4
-rw-r--r--src/pq/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_strings_lib.h b/src/include/gnunet_strings_lib.h
index bb8577b7a..aa4daf8a3 100644
--- a/src/include/gnunet_strings_lib.h
+++ b/src/include/gnunet_strings_lib.h
@@ -63,7 +63,7 @@ extern "C"
63 * @param size set to the size in bytes 63 * @param size set to the size in bytes
64 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error 64 * @return #GNUNET_OK on success, #GNUNET_SYSERR on error
65 */ 65 */
66int 66enum GNUNET_GenericReturnValue
67GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size, 67GNUNET_STRINGS_fancy_size_to_bytes (const char *fancy_size,
68 unsigned long long *size); 68 unsigned long long *size);
69 69
@@ -203,7 +203,7 @@ GNUNET_STRINGS_utf8_tolower (const char *input,
203 * 203 *
204 * @param input input string 204 * @param input input string
205 * @param output output buffer 205 * @param output output buffer
206 * @return GNUNET_OK on success 206 * @return #GNUNET_OK on success
207 */ 207 */
208enum GNUNET_GenericReturnValue 208enum GNUNET_GenericReturnValue
209GNUNET_STRINGS_utf8_toupper (const char *input, 209GNUNET_STRINGS_utf8_toupper (const char *input,
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index cbb123cbb..d3a2ce9ac 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -24,7 +24,7 @@ libgnunetpq_la_LIBADD = -lpq \
24libgnunetpq_la_LDFLAGS = \ 24libgnunetpq_la_LDFLAGS = \
25 $(POSTGRESQL_LDFLAGS) \ 25 $(POSTGRESQL_LDFLAGS) \
26 $(GN_LIB_LDFLAGS) \ 26 $(GN_LIB_LDFLAGS) \
27 -version-info 1:0:0 27 -version-info 2:0:0
28 28
29if ENABLE_TEST_RUN 29if ENABLE_TEST_RUN
30TESTS = \ 30TESTS = \