Skip to content

Incorrect function header for mlle_tool_libpath #10

@d94pn

Description

@d94pn

In the source code src/tool/mlle_licesning.c, the parameter decription from mlle_tool_version is accidently copied:

/**********************************************************
 * Send command LIB from Tool to LVE and expecting the
 * LVE's version in return.
 *
 * Parameters:
 *      connections - communication information.
 *      min_protocol_version - minimum version number.
 *      max_protocol_version - maximum version number.
 *      error - structure for reporting errors.
 *
 * Returns:
 *      1 - Operation was successful.
 *      0 - Operation failed.
 *********************************************************/
int mlle_tool_libpath(const struct mlle_connections *connections,
                  const char *absolute_path,
                  struct mlle_error **error)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions