freebsd-ports/databases/pgrouting/files/patch-src_vrp__basic_src_VRP.h
Pawel Pekala 153083ca6d - Update to version 2.2.3 [1]
- Change maintainer's email address [1]
- Convert to USES=localbase

PR:		209569 [1]
Submitted by:	maintainer [1]
2016-05-27 14:46:46 +00:00

20 lines
461 B
C

--- src/vrp_basic/src/VRP.h.orig 2016-05-15 23:38:54 UTC
+++ src/vrp_basic/src/VRP.h
@@ -70,7 +70,7 @@ typedef struct vrp_result_element
#ifdef __cplusplus
-extern "C"
+extern "C" {
#endif
int find_vrp_solution(vrp_vehicles_t *vehicles, size_t vehicle_count,
@@ -80,7 +80,7 @@ int find_vrp_solution(vrp_vehicles_t *ve
vrp_result_element_t **result, size_t *result_count, char **err_msg);
#ifdef __cplusplus
-extern "C"
+}
#endif
#endif