libnfs-raw.h: rename export -> exportname to avoid clash with C++ keyword
authorArne Redlich <arne.redlich@googlemail.com>
Mon, 17 Feb 2014 21:17:04 +0000 (22:17 +0100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Thu, 20 Feb 2014 02:43:16 +0000 (18:43 -0800)
commite94d5a7d51a4b0dae2a2e947833f9b1b999dd247
treee52de9a1f886694db3ff7a1712ebc5ade21ad2f1
parentd48be00c5e05a567c04946e5decb8515f7570780
libnfs-raw.h: rename export -> exportname to avoid clash with C++ keyword

From http://en.cppreference.com/w/cpp/keyword/export :

  Until C++11:
  "Used to mark a template definition exported, which allows the same
   template to be declared, but not defined, in other translation units."

  Since C++11:
  "The keyword is unused and reserved."

Signed-off-by: Arne Redlich <arne.redlich@googlemail.com>
include/nfsc/libnfs-raw.h