iondbproject / iondb

IonDB, a key-value datastore for resource constrained systems.
BSD 3-Clause "New" or "Revised" License
587 stars 48 forks source link

all functions and datatypes should have the "iond_" #139

Open jockm opened 6 years ago

jockm commented 6 years ago

Right now iond isn't using a prefix for most functions, this leaving them in the "global" namespace — at least by C convention.

As such all functions and datatypes should be refactored to have the iond_ prefix to avoid this