~ubuntu-branches/ubuntu/vivid/kmod/vivid

« back to all changes in this revision

Viewing changes to libkmod/libkmod-index.h

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-09-21 16:05:32 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120921160532-bdsxhmpj5og2ru5h
Tags: 9-2ubuntu1
* Sync with Debian unstable; remaining Ubuntu changes:
  - Ubuntu-specific depmod.d and modprobe.d contents.
  - Mark module-init-tools Multi-Arch: foreign.
  - Don't install Debian's extra/aliases.conf file.
  - Install upstart job instead of the sysvinit script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
/* Implementation using mmap */
123
123
struct index_mm;
124
124
struct index_mm *index_mm_open(struct kmod_ctx *ctx, const char *filename,
125
 
                                bool populate, unsigned long long *stamp);
 
125
                                                unsigned long long *stamp);
126
126
void index_mm_close(struct index_mm *index);
127
127
char *index_mm_search(struct index_mm *idx, const char *key);
128
128
struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key);