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)
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>

No differences found