mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-19 06:50:42 +03:00
15 lines
250 B
C
15 lines
250 B
C
/*
|
|
* Copyright (C) 2003 Sistina Software (UK) Limited.
|
|
*
|
|
* This file is released under the GPL.
|
|
*/
|
|
|
|
#ifndef _LVM_STR_LIST_H
|
|
#define _LVM_STR_LIST_H
|
|
|
|
#include "pool.h"
|
|
|
|
int str_list_add(struct pool *mem, struct list *sl, const char *str);
|
|
|
|
#endif
|