Packages

Parse and modify LDAP Data Interchange Format (LDIF)

Current section

Files

Jump to
ldif lib ldif export changes.ex
Raw

lib/ldif/export/changes.ex

defmodule LDIF.Export.Changes do
@moduledoc false
#alias LDIF.Entry
def export(_changes, _opts) do
"Not implemented yet"
end
###########################
end