forked from vieter-v/vieter
chore: update PKGBUILD to use git submodule
This commit is contained in:
parent
6ca53ce534
commit
8d14d5c3fd
3 changed files with 23 additions and 11 deletions
|
|
@ -5,6 +5,7 @@ module cron
|
|||
#flag -lvieter
|
||||
#include "vieter_cron.h"
|
||||
|
||||
[typedef]
|
||||
pub struct C.vieter_cron_expression {
|
||||
minutes &u8
|
||||
hours &u8
|
||||
|
|
@ -57,6 +58,7 @@ fn (ce1 Expression) == (ce2 Expression) bool {
|
|||
return true
|
||||
}
|
||||
|
||||
[typeef]
|
||||
struct C.vieter_cron_simple_time {
|
||||
year int
|
||||
month int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue