Edit

kc3-lang/libxkbcommon/src/compose/dump.h

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2025-01-29 15:35:22
    Hash : e120807b
    Message : Update license notices to SDPX short identifiers + update LICENSE Fix #628. Signed-off-by: Ran Benita <ran@unusedvar.com>

  • src/compose/dump.h
  • /*
     * Copyright © 2021 Ran Benita <ran@unusedvar.com>
     * Copyright © 2023 Pierre Le Marre <dev@wismill.eu>
     * SPDX-License-Identifier: MIT
     */
    
    #ifndef COMPOSE_DUMP_H
    #define COMPOSE_DUMP_H
    
    #include "config.h"
    
    #include "table.h"
    
    bool
    print_compose_table_entry(FILE *file, struct xkb_compose_table_entry *entry);
    
    bool
    xkb_compose_table_dump(FILE *file, struct xkb_compose_table *table);
    
    #endif