commit e67369ac60ef3c13ed6ed3b4d0798267f903ce82 from: Stefan Sperling date: Fri Jun 22 12:01:06 2018 UTC oops, forgot to add this file commit - 2bd394ff9282a479755c087fb7b10b60437935a3 commit + e67369ac60ef3c13ed6ed3b4d0798267f903ce82 blob - /dev/null blob + b53ca469a18871cc2f6af334dab25028599c6488 (mode 644) --- /dev/null +++ include/got_blame.h @@ -0,0 +1,18 @@ +/* + * Copyright (c) 2018 Stefan Sperling + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +const struct got_error *got_blame(const char *, struct got_object_id *, + struct got_repository *, FILE *);