• Nils Goroll's avatar
    Move struct storage definition to storage_simple.h · b6fef8a4
    Nils Goroll authored
    Use of SML is supported by the storage API though the sml_* function
    pointers.
    
    Yet, like struct object, struct storage is part of the simple storage
    (sml) implementation and does not belong to the storage API. Storage
    not using SML (that is, code which does not include storage_simple.h)
    should not be concerned with struct storage.
    b6fef8a4