libkeymap  2.0.4
Library to manage the Linux keymaps
Data Structures | Typedefs | Functions
src/libkeymap/keymap/findfile.h File Reference

Functions for search, open and close a file objects. More...

#include <stdio.h>
#include <sys/param.h>

Go to the source code of this file.

Data Structures

struct  lkfile
 Structure contains information about an open keymap file. More...

Typedefs

typedef struct lkfile lkfile_t
 Structure contains information about an open keymap file.

Functions

lkfile_tlk_fpopen (const char *filename)
void lk_fpclose (lkfile_t *fp)
int lk_findfile (const char *fnam, const char *const *dirpath, const char *const *suffixes, lkfile_t *fp)

Detailed Description

Functions for search, open and close a file objects.


Typedef Documentation

typedef struct lkfile lkfile_t

Structure contains information about an open keymap file.


Function Documentation

lkfile_t* lk_fpopen ( const char *  filename)
void lk_fpclose ( lkfile_t fp)
int lk_findfile ( const char *  fnam,
const char *const *  dirpath,
const char *const *  suffixes,
lkfile_t fp 
)