diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-07-17 13:54:46 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-07-17 13:54:46 +0000 |
| commit | 449ce0e42f55699799135f6fdb040c261dc76a3a (patch) | |
| tree | da024d962a84b0910b282ebbf49246d400494056 | |
| parent | 634eb5fb07307dca075a201ec33c1cfbc390a7db (diff) | |
Notes
| -rw-r--r-- | lib/libmemstat/memstat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h index 5269a33be714..0743693376b2 100644 --- a/lib/libmemstat/memstat.h +++ b/lib/libmemstat/memstat.h @@ -75,6 +75,7 @@ struct memory_type; */ struct memory_type_list; +__BEGIN_DECLS /* * Functions for managing memory type and statistics data. */ @@ -138,5 +139,6 @@ void memstat_set_percpu_caller_uint64(struct memory_type *mtp, int cpu, int index, uint64_t value); uint64_t memstat_get_percpu_free(const struct memory_type *mtp, int cpu); +__END_DECLS #endif /* !_MEMSTAT_H_ */ |
